Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3442 private boolean notificationMatchesUserId(NotificationRecord r, int userId) { in notificationMatchesUserId() method in NotificationManagerService
3458 return notificationMatchesUserId(r, userId) in notificationMatchesCurrentProfiles()
3479 if (!notificationMatchesUserId(r, userId)) { in cancelAllNotificationsInt()
3534 if (!notificationMatchesUserId(r, userId)) { in cancelAllLocked()
3638 if (notificationMatchesUserId(r, userId) && r.sbn.getId() == id && in indexOfNotificationLocked()