Searched defs:MOTree (Results 1 - 2 of 2) 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);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java12 public class MOTree { class
27 public MOTree(XMLNode node, String urn) throws IOException, SAXException { method in class:MOTree
51 public MOTree(String urn, String rev, OMAConstructed root) { method in class:MOTree
63 * @return an MOTree object
65 public static MOTree buildMgmtTree(String urn, String rev, OMAConstructed root) {
74 return new MOTree(urn, rev, realRoot);
76 return new MOTree(urn, rev, root);
238 public static MOTree unmarshal(InputStream in) throws IOException {
265 return new MOTree(urn, version, root);

Completed in 82 milliseconds