Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneDisplayMessage.java91 public static void dismissMessage() { in dismissMessage() method in PhoneDisplayMessage
DCallNotifier.java213 PhoneDisplayMessage.dismissMessage(); in handleMessage()
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java491 CarToPhoneMessage dismissMessage = mNotificationMsgDelegate.dismiss(CONVERSATION_KEY_1); in dismissShouldCreateCarToPhoneMessage() local
493 verifyCarToPhoneActionMessage(dismissMessage, NOTIFICATION_KEY_1, DISMISS); in dismissShouldCreateCarToPhoneMessage()