Searched refs:mMinBackhaulThresholds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DPolicy.java31 private final List<MinBackhaul> mMinBackhaulThresholds; field in class:Policy
55 mMinBackhaulThresholds = null;
57 mMinBackhaulThresholds = new ArrayList<>(bhtNode.getChildren().size());
63 mMinBackhaulThresholds.add(new MinBackhaul(instance));
114 return mMinBackhaulThresholds;
188 ", minBackhaulThresholds=" + mMinBackhaulThresholds +

Completed in 56 milliseconds