Searched refs:getSimApplicationState (Results 1 – 8 of 8) sorted by relevance
88 public int getSimApplicationState() { in getSimApplicationState() method in TelephonyUtils89 return mTelephonyManager.getSimApplicationState(); in getSimApplicationState()
132 when(mMockTelephonyUtils.getSimApplicationState()).thenReturn(SIM_STATE_LOADED); in setUp()155 when(mMockTelephonyUtils.getSimApplicationState()).thenReturn(SIM_STATE_PIN_REQUIRED); in onReceive_simChanged_simPinLockedThenLoaded()165 when(mMockTelephonyUtils.getSimApplicationState()).thenReturn(SIM_STATE_LOADED); in onReceive_simChanged_simPinLockedThenLoaded()
76 || dependencies.telephonyUtils.getSimApplicationState() != SIM_STATE_LOADED in onReceive()
269 when(mTelephonyManager.getSimApplicationState(anyInt())) in setUp()296 when(mDataTelephonyManager.getSimApplicationState()) in setUp()298 when(mNonDataTelephonyManager.getSimApplicationState()) in setUp()1199 when(mDataTelephonyManager.getSimApplicationState()) in getAnonymousIdentityWithoutSim()1253 when(mDataTelephonyManager.getSimApplicationState()) in isSimPresentWithValidSubscriptionIdListWithSimStateNotReady()
5205 when(mDataTelephonyManager.getSimApplicationState()) in testResetSimNetworks()5262 when(mDataTelephonyManager.getSimApplicationState()) in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()5322 when(mDataTelephonyManager.getSimApplicationState()) in testLoadFromStoreResetsSimIdentity()
724 if (specifiedTm.getSimApplicationState() != TelephonyManager.SIM_STATE_LOADED) { in getCarrierConfigForSubId()2235 if (specifiedTm.getSimApplicationState() != TelephonyManager.SIM_STATE_LOADED) { in getSimInfo()
885 simApplicationState = telMgr.getSimApplicationState(); in getSimApplicationStateForPhone()
852 when(specifiedTm.getSimApplicationState()).thenReturn(TelephonyManager.SIM_STATE_LOADED); in addProviderWithValidFullImsiOfSimCredential()