Home
last modified time | relevance | path

Searched defs:disclosure (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DCellularSecurityTransparencyStatsTest.java38 CellularIdentifierDisclosure disclosure = new CellularIdentifierDisclosure( in testLogIdentifierDisclosure_NullSimPlmn() local
52 CellularIdentifierDisclosure disclosure = new CellularIdentifierDisclosure( in testLogIdentifierDisclosure_badSimPlmn() local
67 CellularIdentifierDisclosure disclosure = new CellularIdentifierDisclosure( in testLogIdentifierDisclosure_badDisclosurePlmn() local
81 CellularIdentifierDisclosure disclosure = new CellularIdentifierDisclosure( in testLogIdentifierDisclosure_expectedGoodData() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DCellularIdentifierDisclosureTest.java39 android.telephony.CellularIdentifierDisclosure disclosure = in testEqualsAndHash() local
78 android.telephony.CellularIdentifierDisclosure disclosure = in testGetters() local
93 android.telephony.CellularIdentifierDisclosure disclosure = in testParcel() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DCellularIdentifierDisclosureNotifier.java105 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()
DCellularNetworkSecuritySafetySource.java150 IdentifierDisclosure disclosure = new IdentifierDisclosure(count, start, end); in setIdentifierDisclosure() local
296 Context context, int subId, IdentifierDisclosure disclosure) { in getIdentifierDisclosureIssue()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DCellularSecurityTransparencyStats.java41 public void logIdentifierDisclosure(CellularIdentifierDisclosure disclosure, String simMcc, in logIdentifierDisclosure()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java441 CellularIdentifierDisclosure disclosure = in cellularIdentifierDisclosed() local
DGsmCdmaPhone.java3763 CellularIdentifierDisclosure disclosure = (CellularIdentifierDisclosure) ar.result; in handleMessage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java522 final CharSequence disclosure = getDisclosureText(organizationName); in updateLockScreenDisclosureMsg() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2892 CellularIdentifierDisclosure disclosure = in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier() local