Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelperTest.kt22 lateinit var notificationTestHelper: NotificationTestHelper variable in com.android.systemui.statusbar.notification.stack.NotificationTargetsHelperTest
29 notificationTestHelper = in setUp()
37 val children = notificationTestHelper.createGroup(3).childrenContainer in notificationTargetsHelper()
59 val children = notificationTestHelper.createGroup(3).childrenContainer in targetsForMiddleNotificationInGroup()
81 val children = notificationTestHelper.createGroup(3).childrenContainer in targetsForLastNotificationInGroup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt45 private lateinit var notificationTestHelper: NotificationTestHelper variable in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorControllerTest
62 notificationTestHelper = in setUp()
64 notification = notificationTestHelper.createRow() in setUp()
146 notificationTestHelper.createRow(summary) in testAlertingSummaryHunRemovedOnNonAlertingChildLaunch()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java187 NotificationTestHelper notificationTestHelper = new NotificationTestHelper( in setUp() local
193 mNotificationRow = notificationTestHelper.createRow(); in setUp()
199 mBubbleNotificationRow = notificationTestHelper.createBubble(); in setUp()