Home
last modified time | relevance | path

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

/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/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/telephony/java/android/telephony/
DSubscriptionManager.java899 public static final String IMSI = SimInfo.COLUMN_IMSI; field in SubscriptionManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2131 value.put(SubscriptionManager.IMSI, imsi); in setImsi()
2215 imsi = getOptionalStringFromCursor(cursor, SubscriptionManager.IMSI, in getImsiPrivileged()
DRIL.java1685 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto3303 // User reaction to the carrier IMSI protection exemption UI
/frameworks/base/cmds/statsd/src/
Datoms.proto1656 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
1661 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.