Searched refs:NotificationTestHelper (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainerTest.java28 import com.android.systemui.statusbar.NotificationTestHelper;
42 private NotificationTestHelper mNotificationTestHelper;
46 mNotificationTestHelper = new NotificationTestHelper(mContext);
H A DNotificationRoundnessManagerTest.java30 import com.android.systemui.statusbar.NotificationTestHelper;
52 NotificationTestHelper testHelper = new NotificationTestHelper(getContext());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java30 import com.android.systemui.statusbar.NotificationTestHelper;
44 private NotificationTestHelper mNotificationTestHelper;
49 mNotificationTestHelper = new NotificationTestHelper(getContext());
H A DNotificationViewWrapperTest.java29 import com.android.systemui.statusbar.NotificationTestHelper;
44 new NotificationTestHelper(getContext()).createRow());
H A DNotificationInflaterTest.java44 import com.android.systemui.statusbar.NotificationTestHelper;
73 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java29 import com.android.systemui.statusbar.NotificationTestHelper;
51 mRow = new NotificationTestHelper(context).createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java107 mRow = new NotificationTestHelper(getContext()).createRow();
156 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow();
159 new NotificationTestHelper(getContext()).createRow("pkg", 4000);
167 mNotificationData.updateAppOp(op, NotificationTestHelper.UID,
168 NotificationTestHelper.PKG, mRow.getEntry().key, true);
169 mNotificationData.updateAppOp(op, NotificationTestHelper.UID,
170 NotificationTestHelper.PKG, row2.getEntry().key, true);
185 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow();
193 mNotificationData.updateAppOp(op, NotificationTestHelper.UID,
194 NotificationTestHelper
[all...]
H A DNotificationCustomViewWrapperTest.java44 mRow = new NotificationTestHelper(mContext).createRow();
H A DNotificationTestHelper.java41 public class NotificationTestHelper { class
54 public NotificationTestHelper(Context context) { method in class:NotificationTestHelper
H A DNotificationBlockingHelperManagerTest.java60 private NotificationTestHelper mHelper;
80 mHelper = new NotificationTestHelper(mContext);
H A DExpandableNotificationRowTest.java66 private NotificationTestHelper mNotificationTestHelper;
74 mNotificationTestHelper = new NotificationTestHelper(mContext);
H A DNotificationViewHierarchyManagerTest.java66 private NotificationTestHelper mHelper = new NotificationTestHelper(mContext);;
H A DNotificationGutsManagerTest.java85 private NotificationTestHelper mHelper;
100 mHelper = new NotificationTestHelper(mContext);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java36 import com.android.systemui.statusbar.NotificationTestHelper;
75 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java40 import com.android.systemui.statusbar.NotificationTestHelper;
67 NotificationTestHelper testHelper = new NotificationTestHelper(getContext());

Completed in 118 milliseconds