Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java29 import com.android.systemui.statusbar.NotificationTestHelper;
44 private NotificationTestHelper mNotificationTestHelper;
50 mNotificationTestHelper = new NotificationTestHelper(getContext()); in setUp()
DNotificationFilterTest.java43 import com.android.systemui.statusbar.NotificationTestHelper;
98 mRow = new NotificationTestHelper(getContext()).createRow(); in setUp()
DActivityLaunchAnimatorTest.java39 import com.android.systemui.statusbar.NotificationTestHelper;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java28 import com.android.systemui.statusbar.NotificationTestHelper;
42 private NotificationTestHelper mNotificationTestHelper;
48 mNotificationTestHelper = new NotificationTestHelper(mContext); in setUp()
DNotificationRoundnessManagerTest.java34 import com.android.systemui.statusbar.NotificationTestHelper;
66 NotificationTestHelper testHelper = new NotificationTestHelper(getContext()); in setUp()
146 ExpandableNotificationRow row = new NotificationTestHelper(getContext()).createRow(); in testRoundnessPulsing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java72 import com.android.systemui.statusbar.NotificationTestHelper;
137 mRow = new NotificationTestHelper(getContext()).createRow(); in setUp()
153 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testAllRelevantNotisTaggedWithAppOps()
156 new NotificationTestHelper(getContext()).createRow("pkg", 4000, in testAllRelevantNotisTaggedWithAppOps()
165 mNotificationData.updateAppOp(op, NotificationTestHelper.UID, in testAllRelevantNotisTaggedWithAppOps()
166 NotificationTestHelper.PKG, mRow.getEntry().key, true); in testAllRelevantNotisTaggedWithAppOps()
167 mNotificationData.updateAppOp(op, NotificationTestHelper.UID, in testAllRelevantNotisTaggedWithAppOps()
168 NotificationTestHelper.PKG, row2.getEntry().key, true); in testAllRelevantNotisTaggedWithAppOps()
183 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testAppOpsRemoval()
191 mNotificationData.updateAppOp(op, NotificationTestHelper.UID, in testAppOpsRemoval()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java32 import com.android.systemui.statusbar.NotificationTestHelper;
53 mRow = new NotificationTestHelper(context).createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java29 import com.android.systemui.statusbar.NotificationTestHelper;
47 mRow = new NotificationTestHelper(mContext).createRow(); in setUp()
DNotificationViewWrapperTest.java32 import com.android.systemui.statusbar.NotificationTestHelper;
53 mRow = new NotificationTestHelper(getContext()).createRow(); in setup()
DNotificationMediaTemplateViewWrapperTest.java41 import com.android.systemui.statusbar.NotificationTestHelper;
97 mRow = new NotificationTestHelper(mContext).createRow(mNotif); in makeTestNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java42 import com.android.systemui.statusbar.NotificationTestHelper;
109 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow(); in testSendRemoteInput_intentContainsResultsAndSource()
130 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow( in getTargetInputMethodUser()
172 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow(); in testNoCrashWithoutVisibilityListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java36 import com.android.systemui.statusbar.NotificationTestHelper;
63 NotificationTestHelper testHelper = new NotificationTestHelper(getContext()); in setUp()
DStatusBarNotificationActivityStarterTest.java64 import com.android.systemui.statusbar.NotificationTestHelper;
124 private NotificationTestHelper mNotificationTestHelper;
143 mNotificationTestHelper = new NotificationTestHelper(mContext); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java45 import com.android.systemui.statusbar.NotificationTestHelper;
65 private NotificationTestHelper mHelper;
86 mHelper = new NotificationTestHelper(mContext); in setUp()
DExpandableNotificationRowTest.java54 import com.android.systemui.statusbar.NotificationTestHelper;
76 private NotificationTestHelper mNotificationTestHelper;
85 mNotificationTestHelper = new NotificationTestHelper(mContext); in setUp()
DNotificationContentInflaterTest.java51 import com.android.systemui.statusbar.NotificationTestHelper;
82 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow( in setUp()
DNotificationGutsManagerTest.java64 import com.android.systemui.statusbar.NotificationTestHelper;
97 private NotificationTestHelper mHelper;
121 mHelper = new NotificationTestHelper(mContext); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java55 public class NotificationTestHelper { class
73 public NotificationTestHelper(Context context) { in NotificationTestHelper() method in NotificationTestHelper
DNotificationViewHierarchyManagerTest.java88 private NotificationTestHelper mHelper;
105 mHelper = new NotificationTestHelper(mContext); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java40 import com.android.systemui.statusbar.NotificationTestHelper;
94 private NotificationTestHelper mNotificationTestHelper;
101 mNotificationTestHelper = new NotificationTestHelper(mContext); in setUp()
DBubbleControllerTest.java62 import com.android.systemui.statusbar.NotificationTestHelper;
120 private NotificationTestHelper mNotificationTestHelper;
150 mNotificationTestHelper = new NotificationTestHelper(mContext); in setUp()