Searched refs:IMSI (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierRestrictionRulesTest.java | 50 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/ |
D | netstats.proto | 70 // Full subscriber ID on eng builds. The IMSI is scrubbed on user & userdebug
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 58 // [Optional] Prefix of IMSI (International Mobile Subscriber Identity) in
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 899 public static final String IMSI = SimInfo.COLUMN_IMSI; field in SubscriptionManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 2131 value.put(SubscriptionManager.IMSI, imsi); in setImsi() 2215 imsi = getOptionalStringFromCursor(cursor, SubscriptionManager.IMSI, in getImsiPrivileged()
|
D | RIL.java | 1685 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | metrics.proto | 3303 // User reaction to the carrier IMSI protection exemption UI
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1656 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier. 1661 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
|