Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java103 private NotificationRecord mRecordGroupGSortB; field in RankingHelperTest
178 mRecordGroupGSortB = new NotificationRecord(mContext, new StatusBarNotification( in setUp()
240 notificationList.add(mRecordGroupGSortB); in testSortShouldRespectCritical()
268 notificationList.add(mRecordGroupGSortB); in testFindAfterRankingWithASplitGroup()
273 assertTrue(mHelper.indexOf(notificationList, mRecordGroupGSortB) >= 0); in testFindAfterRankingWithASplitGroup()
304 notificationList.add(mRecordGroupGSortB); in testSortShouldNotThrowOneSortKey()