HomeSort by relevance Sort by last modified time
    Searched refs:shouldBeFilteredOut (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 121 msg.notificationKey, msg.shouldBeFilteredOut);
241 final boolean shouldBeFilteredOut;
246 shouldBeFilteredOut = shouldBeFilteredOut(sbn);
343 * @see #shouldBeFilteredOut(StatusBarNotification)
350 if (shouldBeFilteredOut(notifications[i])) {
364 private boolean shouldBeFilteredOut(StatusBarNotification sbn) {
389 NotificationKeyData notificationKey, boolean shouldBeFilteredOut);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 74 NotificationKeyData notificationKey, boolean shouldBeFilteredOut) {
78 if (!shouldBeFilteredOut) {
87 badgeShouldBeRefreshed = shouldBeFilteredOut

Completed in 194 milliseconds