Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java378 private final String[] mNotificationsCategoryInPriorityOrder; field in CarHeadsUpNotificationQueue.PrioritisedNotifications
383 mNotificationsCategoryInPriorityOrder = notificationsCategoryInPriorityOrder; in PrioritisedNotifications()
407 for (int i = 0; i < mNotificationsCategoryInPriorityOrder.length; i++) { in compare()
408 if (mNotificationsCategoryInPriorityOrder[i].equals(categoryA)) { in compare()
411 if (mNotificationsCategoryInPriorityOrder[i].equals(categoryB)) { in compare()