Searched refs:notificationListener (Results 1 – 3 of 3) sorted by relevance
140 NotificationListener notificationListener = in createUpdateRunnable()143 if (notificationListener == null) { in createUpdateRunnable()146 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
187 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local188 if (notificationListener == null) { in cancelNotification()191 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
100 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local101 if (notificationListener != null) { in setNotificationsChangedListener()102 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()