Home
last modified time | relevance | path

Searched refs:findNotificationRecordIndexLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3106 int indexBefore = findNotificationRecordIndexLocked(record); in handleRankingReconsideration()
3112 int indexAfter = findNotificationRecordIndexLocked(record); in handleRankingReconsideration()
3174 private int findNotificationRecordIndexLocked(NotificationRecord target) { in findNotificationRecordIndexLocked() method in NotificationManagerService