Searched refs:buildNode (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
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);
H A DOMANode.java118 OMANode node = buildNode(in, null);
128 OMANode node = buildNode(in, parent);
137 private static OMANode buildNode(InputStream in, OMAConstructed parent) throws IOException { method in class:OMANode
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DLegacyPasspointConfigParser.java200 Node root = buildNode(in);
229 private static Node buildNode(BufferedReader in) throws IOException { method in class:LegacyPasspointConfigParser
263 while ((child = buildNode(in)) != null) {
/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);

Completed in 232 milliseconds