Searched refs:specifiedTm (Results 1 – 2 of 2) sorted by relevance
723 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getCarrierConfigForSubId() local724 if (specifiedTm.getSimApplicationState() != TelephonyManager.SIM_STATE_LOADED) { in getCarrierConfigForSubId()1032 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getSimIdentity() local1035 imsiEncryptionInfo = specifiedTm.getCarrierInfoForImsiEncryption( in getSimIdentity()1386 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmAuthResponseWithLength() local1387 String tmResponse = specifiedTm.getIccAuthentication( in getGsmAuthResponseWithLength()1459 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmSimpleSimNoLengthAuthResponse() local1460 String tmResponse = specifiedTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse()1642 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in resetCarrierKeysForImsiEncryption() local1643 specifiedTm.resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption()[all …]
849 TelephonyManager specifiedTm = mock(TelephonyManager.class); in addProviderWithValidFullImsiOfSimCredential() local850 when(mTelephonyManager.createForSubscriptionId(eq(TEST_SUBID))).thenReturn(specifiedTm); in addProviderWithValidFullImsiOfSimCredential()851 when(specifiedTm.getSubscriberId()).thenReturn(FULL_IMSI); in addProviderWithValidFullImsiOfSimCredential()852 when(specifiedTm.getSimApplicationState()).thenReturn(TelephonyManager.SIM_STATE_LOADED); in addProviderWithValidFullImsiOfSimCredential()