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.java118 mUiHandler.obtainMessage(notificationIsValidForUI(sbn) in handleWorkerMessage()
151 .filter(this::notificationIsValidForUI) in handleWorkerMessage()
312 private boolean notificationIsValidForUI(StatusBarNotification sbn) { in notificationIsValidForUI() method in NotificationListener