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.java692 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getCarrierConfigForSubId() local
1001 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getSimIdentity() local
1355 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmAuthResponseWithLength() local
1428 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmSimpleSimNoLengthAuthResponse() local
1607 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in resetCarrierKeysForImsiEncryption() local
1816 TelephonyManager specifiedTm = in getCarrierIdForPackageWithCarrierPrivileges() local
1832 TelephonyManager specifiedTm = in getCarrierNameForSubId() local
2136 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in isMobileDataEnabled() local
2199 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