Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java97 private NotificationRecord mRecordGroupGSortB; field in RankingHelperTest
167 mRecordGroupGSortB = new NotificationRecord(mContext, new StatusBarNotification( in setUp()
223 notificationList.add(mRecordGroupGSortB); in testSortShouldRespectCritical()
251 notificationList.add(mRecordGroupGSortB); in testFindAfterRankingWithASplitGroup()
256 assertTrue(mHelper.indexOf(notificationList, mRecordGroupGSortB) >= 0); in testFindAfterRankingWithASplitGroup()
287 notificationList.add(mRecordGroupGSortB); in testSortShouldNotThrowOneSortKey()