Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java122 mUiHandler.obtainMessage(notificationIsValidForUI(sbn) in handleWorkerMessage()
146 .filter(this::notificationIsValidForUI) in handleWorkerMessage()
296 private boolean notificationIsValidForUI(StatusBarNotification sbn) { in notificationIsValidForUI() method in NotificationListener