HomeSort by relevance Sort by last modified time
    Searched defs:NodeTag (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOTree.java 18 public static final String NodeTag = "Node";
118 if (!node.getTag().equals(NodeTag))
164 case NodeTag:
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
MOTree.java 15 public static final String NodeTag = "Node";
122 if (!node.getTag().equals(NodeTag))
168 case NodeTag:

Completed in 33 milliseconds