Searched refs:MSG_NOTIFICATION_POSTED (Results 1 – 1 of 1) sorted by relevance
62 private static final int MSG_NOTIFICATION_POSTED = 1; field in NotificationListener117 case MSG_NOTIFICATION_POSTED: { in handleWorkerMessage()120 ? MSG_NOTIFICATION_POSTED : MSG_NOTIFICATION_REMOVED, in handleWorkerMessage()182 case MSG_NOTIFICATION_POSTED: in handleUiMessage()242 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_POSTED, sbn).sendToTarget(); in onNotificationPosted()