Searched refs:buildNode (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
D | OMANode.java | 118 OMANode node = buildNode(in, null); in unmarshal() 128 OMANode node = buildNode(in, parent); in unmarshal() 137 private static OMANode buildNode(InputStream in, OMAConstructed parent) throws IOException { in buildNode() method in OMANode
|
D | MOTree.java | 50 buildNode(mRoot, child); in MOTree() 117 private static void buildNode(OMANode parent, XMLNode node) throws IOException { in buildNode() method in MOTree 181 buildNode(subNode, child); in buildNode()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
D | OMADMAdapter.java | 223 private static void buildNode(PathAccessor pathAccessor, int depth, OMAConstructed parent) in buildNode() method in OMADMAdapter 233 buildNode(pathAccessor, depth + 1, node); in buildNode() 266 buildNode(pathAccessor, 1, root); in getMO() 276 buildNode(pathAccessor, 1, root); in getMO()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | LegacyPasspointConfigParser.java | 200 Node root = buildNode(in); in parseConfig() 229 private static Node buildNode(BufferedReader in) throws IOException { in buildNode() method in LegacyPasspointConfigParser 263 while ((child = buildNode(in)) != null) { in buildNode()
|