Searched refs:mNotificationTestHelper (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java44 private NotificationTestHelper mNotificationTestHelper; field in class:AboveShelfObserverTest
49 mNotificationTestHelper = new NotificationTestHelper(getContext());
52 ExpandableNotificationRow row = mNotificationTestHelper.createRow();
55 row = mNotificationTestHelper.createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainerTest.java42 private NotificationTestHelper mNotificationTestHelper; field in class:NotificationChildrenContainerTest
46 mNotificationTestHelper = new NotificationTestHelper(mContext);
47 mGroup = mNotificationTestHelper.createGroup();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DExpandableNotificationRowTest.java66 private NotificationTestHelper mNotificationTestHelper; field in class:ExpandableNotificationRowTest
74 mNotificationTestHelper = new NotificationTestHelper(mContext);
75 mGroupRow = mNotificationTestHelper.createGroup();
122 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow());
130 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow());
137 ExpandableNotificationRow row = mNotificationTestHelper.createRow();
146 ExpandableNotificationRow row = mNotificationTestHelper.createRow();
155 ExpandableNotificationRow row = mNotificationTestHelper.createRow();
163 ExpandableNotificationRow row = mNotificationTestHelper.createRow();

Completed in 45 milliseconds