Searched refs:IMSI (Results 1 – 9 of 9) 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/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 1988 value.put(SubscriptionManager.IMSI, imsi); in setImsi() 2072 imsi = getOptionalStringFromCursor(cursor, SubscriptionManager.IMSI, in getImsiPrivileged()
|
D | RIL.java | 1686 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 778 public static final String IMSI = SimInfo.COLUMN_IMSI; field in SubscriptionManager
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1392 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier. 1397 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
|
/frameworks/base/api/ |
D | system-current.txt | 1623 field @Deprecated public static final String SIM_STATE_IMSI = "IMSI";
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1623 field @Deprecated public static final String SIM_STATE_IMSI = "IMSI";
|