/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | CellularSecurityTransparencyStatsTest.java | 22 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/ |
D | CellularIdentifierDisclosureTest.java | 19 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 …]
|
D | CellularIdentifierDisclosureNotifierTest.java | 35 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/ |
D | CellularIdentifierDisclosure.java | 34 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/ |
D | CellularSecurityTransparencyStats.java | 19 import android.telephony.CellularIdentifierDisclosure; 41 public void logIdentifierDisclosure(CellularIdentifierDisclosure disclosure, String simMcc, in logIdentifierDisclosure()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/ |
D | CellularIdentifierDisclosureNotifier.java | 20 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/ |
D | NetworkIndication.java | 47 import android.telephony.CellularIdentifierDisclosure; 434 android.hardware.radio.network.CellularIdentifierDisclosure identifierDisclsoure) { in cellularIdentifierDisclosed() 441 CellularIdentifierDisclosure disclosure = in cellularIdentifierDisclosed()
|
D | GsmCdmaPhone.java | 80 import android.telephony.CellularIdentifierDisclosure; 3763 CellularIdentifierDisclosure disclosure = (CellularIdentifierDisclosure) ar.result; in handleMessage()
|
D | RILUtils.java | 335 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/ |
D | network.aconfig | 38 …description: "Allows the framework to register for CellularIdentifierDisclosure events and emit no…
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 78 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()
|