Searched refs:EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE (Results 1 – 3 of 3) sorted by relevance
24 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()
3771 case EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE: in handleMessage()5429 obtainMessage(EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE)); in handleIdentifierDisclosureNotificationPreferenceChange()
260 protected static final int EVENT_SET_IDENTIFIER_DISCLOSURE_ENABLED_DONE = 73; field in Phone