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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2602 int indexBefore = findNotificationRecordIndexLocked(record);
2608 int indexAfter = findNotificationRecordIndexLocked(record);
2651 private int findNotificationRecordIndexLocked(NotificationRecord target) { method in class:NotificationManagerService

Completed in 30 milliseconds