Searched refs:createRow (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationTestHelper.java60 public ExpandableNotificationRow createRow() throws Exception { method in class:NotificationTestHelper
61 return createRow(PKG, UID);
64 public ExpandableNotificationRow createRow(String pkg, int uid) throws Exception { method in class:NotificationTestHelper
65 return createRow(pkg, uid, false /* isGroupSummary */, null /* groupKey */);
68 public ExpandableNotificationRow createRow(Notification notification) throws Exception { method in class:NotificationTestHelper
91 return createRow(PKG, UID, true /* isGroupSummary */, groupkey);
95 return createRow(PKG, UID, false /* isGroupSummary */, groupkey);
109 private ExpandableNotificationRow createRow( method in class:NotificationTestHelper
H A DExpandableNotificationRowTest.java122 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();
H A DNotificationCustomViewWrapperTest.java44 mRow = new NotificationTestHelper(mContext).createRow();
H A DNotificationDataTest.java107 mRow = new NotificationTestHelper(getContext()).createRow();
156 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow();
159 new NotificationTestHelper(getContext()).createRow("pkg", 4000);
185 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow();
287 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow();
H A DNotificationGutsManagerTest.java271 ExpandableNotificationRow row = spy(mHelper.createRow());
297 ExpandableNotificationRow row = spy(mHelper.createRow());
332 ExpandableNotificationRow row = mHelper.createRow(nb.build());
H A DNotificationBlockingHelperManagerTest.java224 ExpandableNotificationRow row = spy(mHelper.createRow());
H A DNotificationViewHierarchyManagerTest.java84 ExpandableNotificationRow row = mHelper.createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java52 ExpandableNotificationRow row = mNotificationTestHelper.createRow();
55 row = mNotificationTestHelper.createRow();
H A DNotificationViewWrapperTest.java44 new NotificationTestHelper(getContext()).createRow());
H A DNotificationInflaterTest.java73 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java51 mRow = new NotificationTestHelper(context).createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
H A DNotificationRoundnessManagerTest.java53 mFirst = testHelper.createRow();
56 mSecond = testHelper.createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java75 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java68 mFirst = testHelper.createRow();

Completed in 115 milliseconds