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

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMANode.java120 OMANode node = buildNode(in, null);
130 OMANode node = buildNode(in, parent);
139 private static OMANode buildNode(InputStream in, OMAConstructed parent) throws IOException { method in class:OMANode
H A DMOTree.java50 buildNode(mRoot, child);
117 private static void buildNode(OMANode parent, XMLNode node) throws IOException { method in class:MOTree
181 buildNode(subNode, child);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java223 private static void buildNode(PathAccessor pathAccessor, int depth, OMAConstructed parent) method in class:OMADMAdapter
233 buildNode(pathAccessor, depth + 1, node);
266 buildNode(pathAccessor, 1, root);
276 buildNode(pathAccessor, 1, root);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java213 private static void buildNode(PathAccessor pathAccessor, int depth, OMAConstructed parent) method in class:OMADMAdapter
223 buildNode(pathAccessor, depth + 1, node);
257 buildNode(pathAccessor, 1, root);
267 buildNode(pathAccessor, 1, root);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java47 buildNode(mRoot, child);
121 private static void buildNode(OMANode parent, XMLNode node) throws IOException { method in class:MOTree
185 buildNode(subNode, child);
H A DOMANode.java148 OMANode node = buildNode(in, null);
158 OMANode node = buildNode(in, parent);
168 private static OMANode buildNode(InputStream in, OMAConstructed parent) throws IOException { method in class:OMANode

Completed in 198 milliseconds