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 91 msg.notificationKey, msg.shouldBeFilteredOut);
168 boolean shouldBeFilteredOut;
173 shouldBeFilteredOut = shouldBeFilteredOut(sbn);
199 * @see #shouldBeFilteredOut(StatusBarNotification)
206 if (shouldBeFilteredOut(notifications[i])) {
220 private boolean shouldBeFilteredOut(StatusBarNotification sbn) {
241 NotificationKeyData notificationKey, boolean shouldBeFilteredOut);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 71 NotificationKeyData notificationKey, boolean shouldBeFilteredOut) {
75 if (!shouldBeFilteredOut) {
84 badgeShouldBeRefreshed = shouldBeFilteredOut

Completed in 98 milliseconds