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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java2095 private boolean notificationMatchesUserId(NotificationRecord r, int userId) { method in class:NotificationManagerService
2119 if (!notificationMatchesUserId(r, userId)) {
2212 if (!notificationMatchesUserId(r, userId)) {
2267 if (!notificationMatchesUserId(r, userId) || r.sbn.getId() != id) {

Completed in 18 milliseconds