Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java145 activeNotifications = Arrays.stream(getActiveNotificationsSafely(null)) in handleWorkerMessage()
156 for (StatusBarNotification sbn : getActiveNotificationsSafely(keys)) { in handleWorkerMessage()
195 private @NonNull StatusBarNotification[] getActiveNotificationsSafely(@Nullable String[] keys) { in getActiveNotificationsSafely() method in NotificationListener