Home
last modified time | relevance | path

Searched refs:CELLULAR_IDENTIFIER_IMSI (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DCellularSecurityTransparencyStatsTest.java40 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, "123-456", true); in testLogIdentifierDisclosure_NullSimPlmn()
45 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testLogIdentifierDisclosure_NullSimPlmn()
54 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, "123-456", true); in testLogIdentifierDisclosure_badSimPlmn()
60 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testLogIdentifierDisclosure_badSimPlmn()
69 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, "INCORRECT", true); in testLogIdentifierDisclosure_badDisclosurePlmn()
74 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testLogIdentifierDisclosure_badDisclosurePlmn()
83 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, "999-666", true); in testLogIdentifierDisclosure_expectedGoodData()
88 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testLogIdentifierDisclosure_expectedGoodData()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DCellularIdentifierDisclosureTest.java20 import static android.telephony.CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI;
42 CELLULAR_IDENTIFIER_IMSI, in testEqualsAndHash()
49 CELLULAR_IDENTIFIER_IMSI, in testEqualsAndHash()
61 CELLULAR_IDENTIFIER_IMSI, in testNotEqualsAndHash()
81 CELLULAR_IDENTIFIER_IMSI, in testGetters()
86 assertEquals(CELLULAR_IDENTIFIER_IMSI, disclosure.getCellularIdentifier()); in testGetters()
96 CELLULAR_IDENTIFIER_IMSI, in testParcel()
DCellularIdentifierDisclosureNotifierTest.java69 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in setUp()
106 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testAddDisclosureEmergencyNop()
/frameworks/base/telephony/java/android/telephony/
DCellularIdentifierDisclosure.java151 public static final int CELLULAR_IDENTIFIER_IMSI = 1; field in CellularIdentifierDisclosure
158 CELLULAR_IDENTIFIER_IMSI, CELLULAR_IDENTIFIER_IMEI, CELLULAR_IDENTIFIER_SUCI})
/frameworks/proto_logging/stats/enums/telephony/security/
Denums.proto26 CELLULAR_IDENTIFIER_IMSI = 1; enumerator
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2895 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier()