Home
last modified time | relevance | path

Searched refs:getCellularIdentifier (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DCellularSecurityTransparencyStats.java59 disclosure.getCellularIdentifier(), disclosure.getNasProtocolMessage(), in logIdentifierDisclosure()
/frameworks/base/telephony/java/android/telephony/
DCellularIdentifierDisclosure.java58 public @CellularIdentifier int getCellularIdentifier() { in getCellularIdentifier() method in CellularIdentifierDisclosure
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DCellularIdentifierDisclosureTest.java86 assertEquals(CELLULAR_IDENTIFIER_IMSI, disclosure.getCellularIdentifier()); in testGetters()