Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java24 import static com.android.internal.telephony.Phone.EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE;
2960 sendRequestNotSupportedToPhone(phoneUT, EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE); in testCellularIdentifierDisclosure_unsupportedByModemOnRadioAvailable()
2977 sendRequestSuccessToPhone(phoneUT, EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE); in testCellularIdentifierDisclosure_supportedByModem()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3771 case EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE: in handleMessage()
5429 obtainMessage(EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE)); in handleIdentifierDisclosureNotificationPreferenceChange()
DPhone.java260 protected static final int EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE = 73; field in Phone