Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioNetworkImpl.java72 private MockNetworkService mServiceState; field in IRadioNetworkImpl
87 mServiceState = new MockNetworkService(context); in IRadioNetworkImpl()
95 mServiceState.updateHighestRegisteredRat(mNetworkTypeBitmap); in IRadioNetworkImpl()
144 mServiceState.updateNetworkStatus( in handleMessage()
161 MockModemConfigBase.EVENT_SERVICE_STATE_CHANGE, mServiceState); in notifyServiceStateChange()
172 mServiceState.updateServiceState(RegState.NOT_REG_MT_NOT_SEARCHING_OP, domainBitmask); in updateNetworkStatus()
175 mServiceState.updateServiceState(RegState.NOT_REG_MT_SEARCHING_OP, domainBitmask); in updateNetworkStatus()
176 } else if (mServiceState.isHomeCellExisted() && mServiceState.getIsHomeCamping()) { in updateNetworkStatus()
178 mServiceState.updateServiceState(RegState.REG_HOME, domainBitmask); in updateNetworkStatus()
179 } else if (mServiceState.isRoamingCellExisted() && mServiceState.getIsRoamingCamping()) { in updateNetworkStatus()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DTestGbaConfig.java31 private int mServiceState; field in TestGbaConfig
80 mServiceState = state; in setServiceState()
87 return mServiceState; in getServiceState()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java121 private int mServiceState; field in TelephonyManagerTestOnMockModem
429 mServiceState = ServiceState.STATE_OUT_OF_SERVICE; in testServiceStateChange()
449 if (mServiceState != ServiceState.STATE_IN_SERVICE) { in testServiceStateChange()
452 () -> (ServiceState.STATE_IN_SERVICE == mServiceState), in testServiceStateChange()
471 if (mServiceState != ServiceState.STATE_OUT_OF_SERVICE) { in testServiceStateChange()
474 () -> (ServiceState.STATE_OUT_OF_SERVICE == mServiceState), in testServiceStateChange()
497 mServiceState = serviceState.getVoiceRegState(); in onServiceStateChanged()
523 mServiceState = ServiceState.STATE_IN_SERVICE; in testRegistrationFailed()
543 if (mServiceState != ServiceState.STATE_OUT_OF_SERVICE) { in testRegistrationFailed()
546 () -> (ServiceState.STATE_OUT_OF_SERVICE == mServiceState), in testRegistrationFailed()
[all …]
DTelephonyCallbackTest.java122 private ServiceState mServiceState; field in TelephonyCallbackTest
241 mServiceState = serviceState; in onServiceStateChanged()
297 assertServiceStateLocationSanitization(mServiceState); in testOnServiceStateChangedByRegisterTelephonyCallbackWithLocationRenounce()
358 assertServiceStateFineLocationSanitization(mServiceState); in testOnServiceStateChangedByRegisterTelephonyCallbackWithFineOnlyRenounce()
DTelephonyManagerTest.java210 private ServiceState mServiceState; field in TelephonyManagerTest
2003 mServiceState = serviceState; in testGetServiceState()
2023 assertEquals(mServiceState, mTelephonyManager.getServiceState()); in testGetServiceState()
2035 assertServiceStateSanitization(mServiceState, in testGetServiceState()
2049 assertServiceStateFineLocationSanitization(mServiceState, in testGetServiceState()
2063 assertEquals(mServiceState, in testGetServiceState()
2076 NetworkRegistrationInfo regInfo = mServiceState.getNetworkRegistrationInfo( in testGetServiceState()
6318 ServiceState mServiceState; field in ServiceStateRadioStateListener
6325 mServiceState = serviceState; in ServiceStateRadioStateListener()
6334 mServiceState = ss; in onServiceStateChanged()
[all …]