Home
last modified time | relevance | path

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

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