Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java186 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in getStatusBarNotificationsForKeys() local
187 return notificationListener == null ? Collections.EMPTY_LIST in getStatusBarNotificationsForKeys()
188 : notificationListener.getNotificationsForKeys(notificationKeys); in getStatusBarNotificationsForKeys()
192 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local
193 if (notificationListener == null) { in cancelNotification()
196 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java168 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local
169 if (notificationListener != null) { in setNotificationsChangedListener()
170 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()