Home
last modified time | relevance | path

Searched refs:CellularIdentifierDisclosure (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DCellularSecurityTransparencyStatsTest.java22 import android.telephony.CellularIdentifierDisclosure;
38 CellularIdentifierDisclosure disclosure = new CellularIdentifierDisclosure( in testLogIdentifierDisclosure_NullSimPlmn()
39 CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST, in testLogIdentifierDisclosure_NullSimPlmn()
40 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, "123-456", true); in testLogIdentifierDisclosure_NullSimPlmn()
45 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testLogIdentifierDisclosure_NullSimPlmn()
46 CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST, true, in testLogIdentifierDisclosure_NullSimPlmn()
52 CellularIdentifierDisclosure disclosure = new CellularIdentifierDisclosure( in testLogIdentifierDisclosure_badSimPlmn()
53 CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST, in testLogIdentifierDisclosure_badSimPlmn()
54 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, "123-456", true); in testLogIdentifierDisclosure_badSimPlmn()
60 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testLogIdentifierDisclosure_badSimPlmn()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DCellularIdentifierDisclosureTest.java19 import static android.telephony.CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMEI;
20 import static android.telephony.CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI;
21 import static android.telephony.CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST;
22 import static android.telephony.CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_IDENTITY_RESPONSE;
39 android.telephony.CellularIdentifierDisclosure disclosure = in testEqualsAndHash()
40 new android.telephony.CellularIdentifierDisclosure( in testEqualsAndHash()
46 android.telephony.CellularIdentifierDisclosure anotherDislcosure = in testEqualsAndHash()
47 new android.telephony.CellularIdentifierDisclosure( in testEqualsAndHash()
58 android.telephony.CellularIdentifierDisclosure imsiDisclosure = in testNotEqualsAndHash()
59 new android.telephony.CellularIdentifierDisclosure( in testNotEqualsAndHash()
[all …]
DCellularIdentifierDisclosureNotifierTest.java35 import android.telephony.CellularIdentifierDisclosure;
56 private CellularIdentifierDisclosure mDislosure;
67 new CellularIdentifierDisclosure( in setUp()
68 CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST, in setUp()
69 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in setUp()
103 CellularIdentifierDisclosure emergencyDisclosure = in testAddDisclosureEmergencyNop()
104 new CellularIdentifierDisclosure( in testAddDisclosureEmergencyNop()
105 CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST, in testAddDisclosureEmergencyNop()
106 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testAddDisclosureEmergencyNop()
/frameworks/base/telephony/java/android/telephony/
DCellularIdentifierDisclosure.java34 public final class CellularIdentifierDisclosure implements Parcelable { class
42 public CellularIdentifierDisclosure(@NasProtocolMessage int nasProtocolMessage, in CellularIdentifierDisclosure() method in CellularIdentifierDisclosure
50 private CellularIdentifierDisclosure(Parcel in) { in CellularIdentifierDisclosure() method in CellularIdentifierDisclosure
83 public static final Parcelable.Creator<CellularIdentifierDisclosure> CREATOR =
84 new Parcelable.Creator<CellularIdentifierDisclosure>() {
85 public CellularIdentifierDisclosure createFromParcel(Parcel in) {
86 return new CellularIdentifierDisclosure(in);
89 public CellularIdentifierDisclosure[] newArray(int size) {
90 return new CellularIdentifierDisclosure[size];
104 if (!(o instanceof CellularIdentifierDisclosure)) return false; in equals()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DCellularSecurityTransparencyStats.java19 import android.telephony.CellularIdentifierDisclosure;
41 public void logIdentifierDisclosure(CellularIdentifierDisclosure disclosure, String simMcc, in logIdentifierDisclosure()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DCellularIdentifierDisclosureNotifier.java20 import android.telephony.CellularIdentifierDisclosure;
105 public void addDisclosure(Context context, int subId, CellularIdentifierDisclosure disclosure) { in addDisclosure()
135 private void logDisclosure(int subId, CellularIdentifierDisclosure disclosure) { in logDisclosure()
144 CellularIdentifierDisclosure disclosure) { in runLogDisclosure()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java47 import android.telephony.CellularIdentifierDisclosure;
434 android.hardware.radio.network.CellularIdentifierDisclosure identifierDisclsoure) { in cellularIdentifierDisclosed()
441 CellularIdentifierDisclosure disclosure = in cellularIdentifierDisclosed()
DGsmCdmaPhone.java80 import android.telephony.CellularIdentifierDisclosure;
3763 CellularIdentifierDisclosure disclosure = (CellularIdentifierDisclosure) ar.result; in handleMessage()
DRILUtils.java335 import android.telephony.CellularIdentifierDisclosure;
5793 public static CellularIdentifierDisclosure convertCellularIdentifierDisclosure( in convertCellularIdentifierDisclosure()
5794 android.hardware.radio.network.CellularIdentifierDisclosure identifierDisclsoure) { in convertCellularIdentifierDisclosure()
5799 return new CellularIdentifierDisclosure( in convertCellularIdentifierDisclosure()
/frameworks/opt/telephony/flags/
Dnetwork.aconfig38 …description: "Allows the framework to register for CellularIdentifierDisclosure events and emit no…
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java78 import android.telephony.CellularIdentifierDisclosure;
2892 CellularIdentifierDisclosure disclosure = in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier()
2893 new CellularIdentifierDisclosure( in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier()
2894 CellularIdentifierDisclosure.NAS_PROTOCOL_MESSAGE_ATTACH_REQUEST, in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier()
2895 CellularIdentifierDisclosure.CELLULAR_IDENTIFIER_IMSI, in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier()
2932 .addDisclosure(eq(mContext), eq(subId), any(CellularIdentifierDisclosure.class)); in testCellularIdentifierDisclosure_disclosureEventNull()