Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java65 private static final int MSG_CANCEL_NOTIFICATION = 4; field in NotificationListener
163 case MSG_CANCEL_NOTIFICATION: { in handleWorkerMessage()
260 mWorkerHandler.obtainMessage(MSG_CANCEL_NOTIFICATION, key).sendToTarget(); in cancelNotificationFromLauncher()