Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java284 private static abstract class PPSNode { class in PpsMoParser
286 public PPSNode(String name) { in PPSNode() method in PpsMoParser.PPSNode
302 public abstract List<PPSNode> getChildren(); in getChildren()
320 private static class LeafNode extends PPSNode {
333 public List<PPSNode> getChildren() { in getChildren()
346 private static class InternalNode extends PPSNode {
347 private final List<PPSNode> mChildren;
348 public InternalNode(String nodeName, List<PPSNode> children) { in InternalNode()
359 public List<PPSNode> getChildren() { in getChildren()
473 PPSNode ppsNodeRoot = buildPpsNode(child); in parsePpsNode()
[all …]