Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2869 eq(Phone.EVENT_CELL_IDENTIFIER_DISCLOSURE), in testCellularIdentifierDisclosureFlagOn()
2900 Phone.EVENT_CELL_IDENTIFIER_DISCLOSURE, in testCellularIdentifierDisclosure_disclosureEventAddedToNotifier()
2928 Phone.EVENT_CELL_IDENTIFIER_DISCLOSURE, new AsyncResult(null, null, null))); in testCellularIdentifierDisclosure_disclosureEventNull()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java563 this, EVENT_CELL_IDENTIFIER_DISCLOSURE, null); in initOnce()
3751 case EVENT_CELL_IDENTIFIER_DISCLOSURE: in handleMessage()
DPhone.java259 protected static final int EVENT_CELL_IDENTIFIER_DISCLOSURE = 72; field in Phone