Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java64 private static final int MSG_NOTIFICATION_FULL_REFRESH = 3; field in NotificationListener
146 case MSG_NOTIFICATION_FULL_REFRESH: in handleWorkerMessage()
195 case MSG_NOTIFICATION_FULL_REFRESH: in handleUiMessage()
225 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_FULL_REFRESH).sendToTarget(); in onNotificationFullRefresh()