Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java504 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getSimIdentity() local
551 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getAnonymousIdentityWith3GppRealm() local
887 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmAuthResponseWithLength() local
960 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getGsmSimpleSimNoLengthAuthResponse() local
1108 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getCarrierType() local
1140 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in decoratePseudonymWith3GppRealm() local
1170 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in resetCarrierKeysForImsiEncryption() local
1269 TelephonyManager specifiedTm = mTelephonyManager.createForSubscriptionId(subId); in getMatchingImsiCarrierId() local
1333 TelephonyManager specifiedTm = in getCarrierIdForPackageWithCarrierPrivileges() local
1349 TelephonyManager specifiedTm = in getCarrierNameforSubId() local
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java738 TelephonyManager specifiedTm = mock(TelephonyManager.class); in addProviderWithValidFullImsiOfSimCredential() local