Searched refs:notificationListener (Results 1 – 2 of 2) sorted by relevance
201 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in getStatusBarNotificationsForKeys() local202 return notificationListener == null ? Collections.EMPTY_LIST in getStatusBarNotificationsForKeys()203 : notificationListener.getNotificationsForKeys(notificationKeys); in getStatusBarNotificationsForKeys()207 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local208 if (notificationListener == null) { in cancelNotification()211 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
168 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local169 if (notificationListener != null) { in setNotificationsChangedListener()170 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()