Inseob Kim | 39b4115 | 2024-09-03 11:03:22 +0900 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package android.system.virtualizationservice { |
| 3 | |
| 4 | public class EarlyVm { |
| 5 | ctor public EarlyVm(); |
| 6 | method public int getCid(); |
| 7 | method public String getName(); |
| 8 | method public String getPath(); |
| 9 | method public void setCid(int); |
| 10 | method public void setName(String); |
| 11 | method public void setPath(String); |
| 12 | } |
| 13 | |
| 14 | public class EarlyVms { |
| 15 | ctor public EarlyVms(); |
| 16 | method public java.util.List<android.system.virtualizationservice.EarlyVm> getEarly_vm(); |
| 17 | } |
| 18 | |
| 19 | public class XmlParser { |
| 20 | ctor public XmlParser(); |
| 21 | method public static android.system.virtualizationservice.EarlyVms read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 22 | method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 23 | method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 24 | } |
| 25 | |
| 26 | } |
| 27 | |