Searched defs:indexOfNotificationLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2501 int i = indexOfNotificationLocked(pkg, null, notificationId, userId);
2699 int index = indexOfNotificationLocked(n.getKey());
3412 int index = indexOfNotificationLocked(pkg, tag, id, userId);
3634 int indexOfNotificationLocked(String pkg, String tag, int id, int userId) method in class:NotificationManagerService
3649 int indexOfNotificationLocked(String key) { method in class:NotificationManagerService

Completed in 119 milliseconds