Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java64 private static final int MSG_NOTIFICATION_REMOVED = 2; field in NotificationListener
123 ? MSG_NOTIFICATION_POSTED : MSG_NOTIFICATION_REMOVED, in handleWorkerMessage()
127 case MSG_NOTIFICATION_REMOVED: { in handleWorkerMessage()
129 mUiHandler.obtainMessage(MSG_NOTIFICATION_REMOVED, in handleWorkerMessage()
175 case MSG_NOTIFICATION_REMOVED: in handleUiMessage()
248 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_REMOVED, sbn).sendToTarget(); in onNotificationRemoved()