Home
last modified time | relevance | path

Searched defs: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
1032 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getSimIdentity() local
1386 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmAuthResponseWithLength() local
1459 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmSimpleSimNoLengthAuthResponse() local
1642 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in resetCarrierKeysForImsiEncryption() local
1851 TelephonyManager specifiedTm = in getCarrierIdForPackageWithCarrierPrivileges() local
1867 TelephonyManager specifiedTm = in getCarrierNameForSubId() local
2171 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in isMobileDataEnabled() local
2234 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getSimInfo() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java849 TelephonyManager specifiedTm = mock(TelephonyManager.class); in addProviderWithValidFullImsiOfSimCredential() local