Searched refs:sxNode (Results 1 – 2 of 2) sorted by relevance
69 OMANode sxNode = node.getChild(TAG_SPExclusionList); in Policy() local70 if (sxNode == null) { in Policy()73 mSPExclusionList = new ArrayList<>(sxNode.getChildren().size()); in Policy()74 for (OMANode instance : sxNode.getChildren()) { in Policy()
71 OMANode sxNode = node.getChild(TAG_SPExclusionList); in Policy() local72 if (sxNode == null) { in Policy()76 mSPExclusionList = new ArrayList<>(sxNode.getChildren().size()); in Policy()77 for (OMANode instance : sxNode.getChildren()) { in Policy()