Searched refs:notificationListener (Results 1 – 2 of 2) sorted by relevance
186 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in getStatusBarNotificationsForKeys() local187 return notificationListener == null ? Collections.EMPTY_LIST in getStatusBarNotificationsForKeys()188 : notificationListener.getNotificationsForKeys(notificationKeys); in getStatusBarNotificationsForKeys()192 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local193 if (notificationListener == null) { in cancelNotification()196 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
168 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local169 if (notificationListener != null) { in setNotificationsChangedListener()170 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()