Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java104 private NotificationRecord mRecordNoGroup; field in RankingHelperTest
186 mRecordNoGroup = new NotificationRecord(mContext, new StatusBarNotification( in setUp()
241 notificationList.add(mRecordNoGroup); in testSortShouldRespectCritical()
269 notificationList.add(mRecordNoGroup); in testFindAfterRankingWithASplitGroup()
274 assertTrue(mHelper.indexOf(notificationList, mRecordNoGroup) >= 0); in testFindAfterRankingWithASplitGroup()
281 notificationList.add(mRecordNoGroup); in testSortShouldNotThrowWithPlainNotifications()
289 notificationList.add(mRecordNoGroup); in testSortShouldNotThrowOneSorted()
297 notificationList.add(mRecordNoGroup); in testSortShouldNotThrowOneNotification()