Searched refs:bhtNode (Results 1 – 2 of 2) sorted by relevance
53 OMANode bhtNode = node.getChild(TAG_MinBackhaulThreshold); in Policy() local54 if (bhtNode == null) { in Policy()57 mMinBackhaulThresholds = new ArrayList<>(bhtNode.getChildren().size()); in Policy()58 for (OMANode instance : bhtNode.getChildren()) { in Policy()
54 OMANode bhtNode = node.getChild(TAG_MinBackhaulThreshold); in Policy() local55 if (bhtNode == null) { in Policy()59 mMinBackhaulThresholds = new ArrayList<>(bhtNode.getChildren().size()); in Policy()60 for (OMANode instance : bhtNode.getChildren()) { in Policy()