Searched refs:cellAvailable (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicy.java | 83 boolean cellAvailable, in satisfiedByThreshold() argument 89 wifiMonitor, cellMonitor, iwlanAvailable, cellAvailable, cellularAccessNetworkType); in satisfiedByThreshold() 240 boolean cellAvailable, in satisfiedByThreshold() argument 249 cellAvailable, in satisfiedByThreshold()
|
D | ThresholdGroup.java | 54 boolean cellAvailable, in satisfiedByThreshold() argument 68 if (!satisfy(th, cellMonitor, cellAvailable, cellularAccessNetworkType)) { in satisfiedByThreshold() 73 if (omittedCellularAvailable && !cellAvailable) { in satisfiedByThreshold()
|
D | AccessNetworkEvaluator.java | 487 boolean cellAvailable = in onQnsTelephonyInfoChanged() 490 if (mCellularAvailable != cellAvailable) { in onQnsTelephonyInfoChanged() 491 mCellularAvailable = cellAvailable; in onQnsTelephonyInfoChanged()
|