Home
last modified time | relevance | path

Searched defs:notificationList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java212 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(7); in testSortShouldRespectCritical() local
246 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(4); in testFindAfterRankingWithASplitGroup() local
260 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local
268 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local
276 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local
283 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local
290 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
296 ArrayList<NotificationRecord> notificationList = new ArrayList<>(); in testGroupNotifications_highestIsProxy() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java97 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()
158 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java780 final int notificationList = safeInt(parser, SHOW_ATT_NOTIFICATION_LIST, in readZenPolicyXml() local