Searched defs:MOTree (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOTree.java15 public class MOTree { class
30 public MOTree(XMLNode node, String urn) throws IOException, SAXException { method in class:MOTree
54 public MOTree(String urn, String rev, OMAConstructed root) throws IOException { method in class:MOTree
60 public static MOTree buildMgmtTree(String urn, String rev, OMAConstructed root)
70 return new MOTree(urn, rev, realRoot);
72 return new MOTree(urn, rev, root);
234 public static MOTree unmarshal(InputStream in) throws IOException {
261 return new MOTree(urn, version, root);

Completed in 58 milliseconds