blob: b21c9094b2663a8e3fe382d8f16439ff6c86d6ea [file] [log] [blame]
Inseob Kim39b41152024-09-03 11:03:22 +09001// Signature format: 2.0
2package 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