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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 53 OMANode bhtNode = node.getChild(TAG_MinBackhaulThreshold);
54 if (bhtNode == null) {
57 mMinBackhaulThresholds = new ArrayList<>(bhtNode.getChildren().size());
58 for (OMANode instance : bhtNode.getChildren()) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 54 OMANode bhtNode = node.getChild(TAG_MinBackhaulThreshold);
55 if (bhtNode == null) {
59 mMinBackhaulThresholds = new ArrayList<>(bhtNode.getChildren().size());
60 for (OMANode instance : bhtNode.getChildren()) {

Completed in 54 milliseconds