Inseob Kim | c4a774d | 2023-08-30 12:48:43 +0900 | [diff] [blame^] | 1 | // Signature format: 2.0 |
| 2 | package android.system.virtualizationservice { |
| 3 | |
| 4 | public class Device { |
| 5 | ctor public Device(); |
| 6 | method public String getKind(); |
| 7 | method public String getSysfs_path(); |
| 8 | method public void setKind(String); |
| 9 | method public void setSysfs_path(String); |
| 10 | } |
| 11 | |
| 12 | public class Devices { |
| 13 | ctor public Devices(); |
| 14 | method public java.util.List<android.system.virtualizationservice.Device> getDevice(); |
| 15 | } |
| 16 | |
| 17 | public class XmlParser { |
| 18 | ctor public XmlParser(); |
| 19 | method public static android.system.virtualizationservice.Devices read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 20 | method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 21 | method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 22 | } |
| 23 | |
| 24 | } |
| 25 | |