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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 69 OMANode sxNode = node.getChild(TAG_SPExclusionList);
70 if (sxNode == null) {
73 mSPExclusionList = new ArrayList<>(sxNode.getChildren().size());
74 for (OMANode instance : sxNode.getChildren()) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 71 OMANode sxNode = node.getChild(TAG_SPExclusionList);
72 if (sxNode == null) {
76 mSPExclusionList = new ArrayList<>(sxNode.getChildren().size());
77 for (OMANode instance : sxNode.getChildren()) {

Completed in 629 milliseconds