Searched refs:MSG_NOTIFICATION_REMOVED (Results 1 – 1 of 1) sorted by relevance
63 private static final int MSG_NOTIFICATION_REMOVED = 2; field in NotificationListener119 ? MSG_NOTIFICATION_POSTED : MSG_NOTIFICATION_REMOVED, in handleWorkerMessage()123 case MSG_NOTIFICATION_REMOVED: { in handleWorkerMessage()125 mUiHandler.obtainMessage(MSG_NOTIFICATION_REMOVED, in handleWorkerMessage()188 case MSG_NOTIFICATION_REMOVED: in handleUiMessage()246 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_REMOVED, sbn).sendToTarget(); in onNotificationRemoved()