Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DBluetoothHandsfree.java90 private ServiceState mServiceState; field in BluetoothHandsfree
825 if (mServiceState != null && in cdmaDbmEcioToSignal()
826 (mServiceState.getNetworkType() == TelephonyManager.NETWORK_TYPE_EVDO_0 || in cdmaDbmEcioToSignal()
827 mServiceState.getNetworkType() == TelephonyManager.NETWORK_TYPE_EVDO_A)) { in cdmaDbmEcioToSignal()
978 mServiceState = state; in updateServiceState()