blob: b21c9094b2663a8e3fe382d8f16439ff6c86d6ea [file] [log] [blame]
// Signature format: 2.0
package android.system.virtualizationservice {
public class EarlyVm {
ctor public EarlyVm();
method public int getCid();
method public String getName();
method public String getPath();
method public void setCid(int);
method public void setName(String);
method public void setPath(String);
}
public class EarlyVms {
ctor public EarlyVms();
method public java.util.List<android.system.virtualizationservice.EarlyVm> getEarly_vm();
}
public class XmlParser {
ctor public XmlParser();
method public static android.system.virtualizationservice.EarlyVms read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException;
method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
}
}