Searched refs:cellMonitor (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicy.java | 81 QualityMonitor cellMonitor, in satisfiedByThreshold() argument 85 if (wifiMonitor == null || cellMonitor == null) { in satisfiedByThreshold() 89 wifiMonitor, cellMonitor, iwlanAvailable, cellAvailable, cellularAccessNetworkType); in satisfiedByThreshold() 93 QualityMonitor wifiMonitor, QualityMonitor cellMonitor) { in findUnmatchedThresholds() argument 94 if (wifiMonitor == null || cellMonitor == null) { in findUnmatchedThresholds() 97 return mPostCondition.findUnmatchedThresholds(wifiMonitor, cellMonitor); in findUnmatchedThresholds() 238 QualityMonitor cellMonitor, in satisfiedByThreshold() argument 247 cellMonitor, in satisfiedByThreshold() 260 QualityMonitor wifiMonitor, QualityMonitor cellMonitor) { in findUnmatchedThresholds() argument 265 thgroup.findUnmatchedThresholds(wifiMonitor, cellMonitor)); in findUnmatchedThresholds()
|
D | ThresholdGroup.java | 52 QualityMonitor cellMonitor, in satisfiedByThreshold() argument 68 if (!satisfy(th, cellMonitor, cellAvailable, cellularAccessNetworkType)) { in satisfiedByThreshold() 112 QualityMonitor wifiMonitor, QualityMonitor cellMonitor) { in findUnmatchedThresholds() argument 124 QualityMonitor monitor = isIwlan ? wifiMonitor : cellMonitor; in findUnmatchedThresholds()
|