Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java121 msg.notificationKey, msg.shouldBeFilteredOut);
242 final boolean shouldBeFilteredOut; field in NotificationListener.NotificationPostedMsg
247 shouldBeFilteredOut = shouldBeFilteredOut(sbn); in NotificationPostedMsg()
351 if (shouldBeFilteredOut(notifications[i])) { in filterNotifications()
365 private boolean shouldBeFilteredOut(StatusBarNotification sbn) { in shouldBeFilteredOut() method in NotificationListener
390 NotificationKeyData notificationKey, boolean shouldBeFilteredOut); in onNotificationPosted() argument
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java79 NotificationKeyData notificationKey, boolean shouldBeFilteredOut) { in onNotificationPosted() argument
83 if (!shouldBeFilteredOut) { in onNotificationPosted()
92 dotShouldBeRefreshed = shouldBeFilteredOut in onNotificationPosted()