Home
last modified time | relevance | path

Searched refs:cellAvailable (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java83 boolean cellAvailable, in satisfiedByThreshold() argument
89 wifiMonitor, cellMonitor, iwlanAvailable, cellAvailable, cellularAccessNetworkType); in satisfiedByThreshold()
240 boolean cellAvailable, in satisfiedByThreshold() argument
249 cellAvailable, in satisfiedByThreshold()
DThresholdGroup.java54 boolean cellAvailable, in satisfiedByThreshold() argument
68 if (!satisfy(th, cellMonitor, cellAvailable, cellularAccessNetworkType)) { in satisfiedByThreshold()
73 if (omittedCellularAvailable && !cellAvailable) { in satisfiedByThreshold()
DAccessNetworkEvaluator.java487 boolean cellAvailable = in onQnsTelephonyInfoChanged()
490 if (mCellularAvailable != cellAvailable) { in onQnsTelephonyInfoChanged()
491 mCellularAvailable = cellAvailable; in onQnsTelephonyInfoChanged()