Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java338 NotificationRecord highChild = new NotificationRecord(mContext, new StatusBarNotification( in testGroupNotifications_highestIsProxy() local
341 notificationList.add(highChild); in testGroupNotifications_highestIsProxy()
346 assertEquals(highChild, notificationList.get(1)); in testGroupNotifications_highestIsProxy()