Searched refs:notificationMatchesUserId (Results 1 – 1 of 1) sorted by relevance
3442 private boolean notificationMatchesUserId(NotificationRecord r, int userId) { in notificationMatchesUserId() method in NotificationManagerService3458 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()