OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMinBackhaulThresholds
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java
31
private final List<MinBackhaul>
mMinBackhaulThresholds
;
55
mMinBackhaulThresholds
= null;
57
mMinBackhaulThresholds
= new ArrayList<>(bhtNode.getChildren().size());
63
mMinBackhaulThresholds
.add(new MinBackhaul(instance));
114
return
mMinBackhaulThresholds
;
188
", minBackhaulThresholds=" +
mMinBackhaulThresholds
+
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java
31
private final List<MinBackhaul>
mMinBackhaulThresholds
;
56
mMinBackhaulThresholds
= null;
59
mMinBackhaulThresholds
= new ArrayList<>(bhtNode.getChildren().size());
65
mMinBackhaulThresholds
.add(new MinBackhaul(instance));
125
return
mMinBackhaulThresholds
;
201
", minBackhaulThresholds=" +
mMinBackhaulThresholds
+
Completed in 150 milliseconds