Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java147 public static boolean shouldMatchNotificationByUri(StatusBarNotification sbn) { in shouldMatchNotificationByUri() method in NotificationHelper
DPeopleSpaceUtils.java24 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;
176 && shouldMatchNotificationByUri(e.getSbn()) in getNotificationsByUri()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java32 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;
650 if (!shouldMatchNotificationByUri(sbn)) { in fetchMatchingUriWidgetIds()