Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java140 NotificationListener notificationListener = in createUpdateRunnable()
143 if (notificationListener == null) { in createUpdateRunnable()
146 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
DPopupDataProvider.java187 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local
188 if (notificationListener == null) { in cancelNotification()
191 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java100 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local
101 if (notificationListener != null) { in setNotificationsChangedListener()
102 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()