Searched refs:getActiveNotificationsSafely (Results 1 – 1 of 1) sorted by relevance
145 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