Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java723 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getCarrierConfigForSubId() local
724 if (specifiedTm.getSimApplicationState() != TelephonyManager.SIM_STATE_LOADED) { in getCarrierConfigForSubId()
1032 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getSimIdentity() local
1035 imsiEncryptionInfo = specifiedTm.getCarrierInfoForImsiEncryption( in getSimIdentity()
1386 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmAuthResponseWithLength() local
1387 String tmResponse = specifiedTm.getIccAuthentication( in getGsmAuthResponseWithLength()
1459 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmSimpleSimNoLengthAuthResponse() local
1460 String tmResponse = specifiedTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse()
1642 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in resetCarrierKeysForImsiEncryption() local
1643 specifiedTm.resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java849 TelephonyManager specifiedTm = mock(TelephonyManager.class); in addProviderWithValidFullImsiOfSimCredential() local
850 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()