Home
last modified time | relevance | path

Searched refs:IMSI (Results 1 – 11 of 11) 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.java91 private static final String IMSI = "234107813240779"; field in EapAkaApiTest
117 when(mMockTelephonyManagerForSubId.getSubscriberId()).thenReturn(IMSI); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java50 private static final String IMSI = "123456"; field in CarrierRestrictionRulesTest
201 list.add(new CarrierIdentifier(MCC3, MNC3, null, IMSI, null, null)); in testTestCarrierId_allCarriersAllowed()
223 allowedCarriers.add(new CarrierIdentifier(MCC3, MNC3, null, IMSI, null, null)); in testTestCarrierId_defaultNotAllowed()
240 list.add(new CarrierIdentifier(MCC3, MNC3, null, IMSI, null, null)); in testTestCarrierId_defaultNotAllowed()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java59 private static final String IMSI = "IMSI"; field in EapAkaApi
280 .appendQueryParameter(IMSI, telephonyManager.getSubscriberId()) in appendParametersForServiceEntitlementRequest()
/frameworks/base/core/proto/android/service/
Dnetstats.proto70 // Full subscriber ID on eng builds. The IMSI is scrubbed on user & userdebug
/frameworks/opt/telephony/proto/src/
DcarrierId.proto58 // [Optional] Prefix of IMSI (International Mobile Subscriber Identity) in
/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.java1015 public static final String IMSI = SimInfo.COLUMN_IMSI; field in SubscriptionManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2403 value.put(SubscriptionManager.IMSI, imsi); in setImsi()
2487 imsi = getOptionalStringFromCursor(cursor, SubscriptionManager.IMSI, in getImsiPrivileged()
DRIL.java1787 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()
/frameworks/proto_logging/stats/
Datoms.proto2012 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
2017 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.