Searched defs:notificationMatchesUserId (Results 1 - 1 of 1) sorted by path

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

Completed in 47 milliseconds