/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/ |
D | EapAkaResponseTest.java | 77 private static final String IMSI = "234107813240779"; field in EapAkaResponseTest 92 when(mMockTelephonyManagerForSubId.getSubscriberId()).thenReturn(IMSI); in setUp()
|
D | EapAkaApiTest.java | 99 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/ |
D | ServiceEntitlementTest.java | 55 private static final String IMSI = "234107813240779"; field in ServiceEntitlementTest 77 when(mMockTelephonyManagerForSubId.getSubscriberId()).thenReturn(IMSI); in setUp()
|
/frameworks/opt/telephony/flags/ |
D | uicc.aconfig | 16 …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/ |
D | CarrierRestrictionRulesTest.java | 55 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/ |
D | carrierId.proto | 58 // [Optional] Prefix of IMSI (International Mobile Subscriber Identity) in
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApi.java | 68 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/ |
D | system_messages.proto | 263 // Notify the user a carrier suggestion is available to get IMSI exemption.
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 1084 public static final String IMSI = SimInfo.COLUMN_IMSI; field in SubscriptionManager
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3203 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier. 3208 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
|