Home
last modified time | relevance | path

Searched refs:IMSI (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
DEapAkaResponseTest.java77 private static final String IMSI = "234107813240779"; field in EapAkaResponseTest
92 when(mMockTelephonyManagerForSubId.getSubscriberId()).thenReturn(IMSI); in setUp()
DEapAkaApiTest.java99 private static final String IMSI = "234107813240779"; field in EapAkaApiTest
141 when(mMockTelephonyManagerForSubId.getSubscriberId()).thenReturn(IMSI); in setUp()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/
DServiceEntitlementTest.java55 private static final String IMSI = "234107813240779"; field in ServiceEntitlementTest
77 when(mMockTelephonyManagerForSubId.getSubscriberId()).thenReturn(IMSI); in setUp()
/frameworks/opt/telephony/flags/
Duicc.aconfig16 …description: "This flag controls to download the IMSI encryption keys after user unlocks the phone…
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java55 private static final String IMSI = "123456"; field in CarrierRestrictionRulesTest
206 list.add(new CarrierIdentifier(MCC3, MNC3, null, IMSI, null, null)); in testTestCarrierId_allCarriersAllowed()
228 allowedCarriers.add(new CarrierIdentifier(MCC3, MNC3, null, IMSI, null, null)); in testTestCarrierId_defaultNotAllowed()
245 list.add(new CarrierIdentifier(MCC3, MNC3, null, IMSI, null, null)); in testTestCarrierId_defaultNotAllowed()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto58 // [Optional] Prefix of IMSI (International Mobile Subscriber Identity) in
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java68 private static final String IMSI = "IMSI"; field in EapAkaApi
527 .appendQueryParameter(IMSI, mTelephonyManager.getSubscriberId()) in appendParametersForAuthentication()
549 postData.put(IMSI, mTelephonyManager.getSubscriberId()); in appendParametersForAuthentication()
/frameworks/base/proto/src/
Dsystem_messages.proto263 // Notify the user a carrier suggestion is available to get IMSI exemption.
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1084 public static final String IMSI = SimInfo.COLUMN_IMSI; field in SubscriptionManager
/frameworks/proto_logging/stats/
Datoms.proto3203 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
3208 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.