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.java61 private static final int MSG_NOTIFICATION_FULL_REFRESH = 3; field in NotificationListener
92 case MSG_NOTIFICATION_FULL_REFRESH:
131 case MSG_NOTIFICATION_FULL_REFRESH:
212 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_FULL_REFRESH).sendToTarget(); in onNotificationFullRefresh()