Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DOMANode.java118 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
DMOTree.java50 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/
DOMADMAdapter.java223 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/
DLegacyPasspointConfigParser.java200 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()