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.java184 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local
185 if (notificationListener == null) { in cancelNotification()
188 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java99 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local
100 if (notificationListener != null) { in setNotificationsChangedListener()
101 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()