Searched refs:STATE_IN_SERVICE (Results 1 – 17 of 17) sorted by relevance
235 when(mServiceState.getState()).thenReturn(ServiceState.STATE_IN_SERVICE); in isInService_voiceInService_returnTrue()243 when(mServiceState.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in isInService_voiceOutOfServiceDataInService_returnTrue()259 when(mServiceState.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in isInService_voiceOutOfServiceDataInServiceOnIwLan_returnFalse()296 when(mServiceState.getState()).thenReturn(ServiceState.STATE_IN_SERVICE); in getCombinedServiceState_voiceInService_returnInService()299 ServiceState.STATE_IN_SERVICE); in getCombinedServiceState_voiceInService_returnInService()305 when(mServiceState.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in getCombinedServiceState_voiceOutOfServiceDataInService_returnInService()312 ServiceState.STATE_IN_SERVICE); in getCombinedServiceState_voiceOutOfServiceDataInService_returnInService()318 when(mServiceState.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in getCombinedServiceState_voiceOutOfServiceDataInServiceOnIwLan_returnOutOfService()
88 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel()208 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_multipleDefinedRat()363 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_legacyPowerProfile()491 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testTimerBasedModel_byProcessState()602 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_mobileRadioActiveTimeModel()685 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()873 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel_legacyPowerProfile()971 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_byProcessState()
2454 mBsi.notePhoneDataConnectionStateLocked(dataType, true, ServiceState.STATE_IN_SERVICE, in setRatType()2461 ServiceState.STATE_IN_SERVICE, frequency); in setFrequencyRange()
25 import android.telephony.ServiceState.STATE_IN_SERVICE884 it.voiceRegState = STATE_IN_SERVICE885 it.dataRegState = STATE_IN_SERVICE894 it.dataRegState = STATE_IN_SERVICE921 whenever(serviceState.dataRegistrationState).thenReturn(STATE_IN_SERVICE)
220 && mServiceState.getState() == ServiceState.STATE_IN_SERVICE; in stateInService()
73 value = {STATE_IN_SERVICE, STATE_OUT_OF_SERVICE, STATE_EMERGENCY_ONLY,81 public static final int STATE_IN_SERVICE = TelephonyProtoEnums.SERVICE_STATE_IN_SERVICE; // 0 field in ServiceState1163 case STATE_IN_SERVICE: in rilServiceStateToString()1982 if (voiceSs.mVoiceRegState != STATE_IN_SERVICE) { in mergeServiceStates()
114 return serviceState?.state != ServiceState.STATE_IN_SERVICE
573 if (dataState == ServiceState.STATE_IN_SERVICE && isNotInIwlan(serviceState)) { in getCombinedServiceState()574 return ServiceState.STATE_IN_SERVICE; in getCombinedServiceState()
345 if (ss != null && ss.getDataRegistrationState() == ServiceState.STATE_IN_SERVICE) { in updateCarrierText()
323 setVoiceRegState(ServiceState.STATE_IN_SERVICE); in setupDefaultSignal()
435 when(ss.getDataRegistrationState()).thenReturn(ServiceState.STATE_IN_SERVICE); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
573 state.setState(ServiceState.STATE_IN_SERVICE); in testTelephonyCapable_SimInvalid_ServiceState_InService()667 state.setState(ServiceState.STATE_IN_SERVICE); in testTelephonyCapable_SimValid_ServiceState_InService()679 state.setState(ServiceState.STATE_IN_SERVICE); in testTelephonyCapable_SimValid_SimState_Loaded()
469 doReturn(ServiceState.STATE_IN_SERVICE).when(mServiceState).getState(); in getSubtitleText_withMobileDataDisabled_returnNoOtherAvailable()
997 && serviceState.getState() == serviceState.STATE_IN_SERVICE;
5941 state = ServiceState.STATE_IN_SERVICE; in updateAllPhoneStateLocked()5950 } else if (state == ServiceState.STATE_IN_SERVICE) { in updateAllPhoneStateLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
45067 field public static final int STATE_IN_SERVICE = 0; // 0x0