Searched refs:mRecordNoGroup (Results 1 – 1 of 1) sorted by relevance
104 private NotificationRecord mRecordNoGroup; field in RankingHelperTest186 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()