Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java79 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
157 NotificationTestHelper helper = new NotificationTestHelper( in testSendRemoteInput_intentContainsResultsAndSource()
194 NotificationTestHelper helper = new NotificationTestHelper( in getTargetInputMethodUser()
244 NotificationTestHelper helper = new NotificationTestHelper( in testNoCrashWithoutVisibilityListener()
258 NotificationTestHelper helper = new NotificationTestHelper( in testPredictiveBack_registerAndUnregister()
287 NotificationTestHelper helper = new NotificationTestHelper( in testUiPredictiveBack_openAndDispatchCallback()
322 NotificationTestHelper helper = new NotificationTestHelper( in testUiEventLogging_openAndSend()
352 NotificationTestHelper helper = new NotificationTestHelper( in testUiEventLogging_openAndAttach()
387 NotificationTestHelper helper = new NotificationTestHelper( in testFocusAnimation()
424 NotificationTestHelper helper = new NotificationTestHelper( in testDefocusAnimation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapperTest.java29 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
47 NotificationTestHelper helper = new NotificationTestHelper( in setUp()
H A DNotificationViewWrapperTest.java34 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
54 NotificationTestHelper helper = new NotificationTestHelper( in setup()
H A DNotificationMessagingTemplateViewWrapperTest.kt31 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
46 private lateinit var helper: NotificationTestHelper
51 helper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this))
H A DNotificationBigPictureTemplateViewWrapperTest.java39 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
57 NotificationTestHelper helper = new NotificationTestHelper( in setup()
H A DNotificationConversationTemplateViewWrapperTest.kt33 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
48 private lateinit var helper: NotificationTestHelper
53 helper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java30 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
44 private NotificationTestHelper mNotificationTestHelper;
50 mNotificationTestHelper = new NotificationTestHelper( in setUp()
H A DNotificationLaunchAnimatorControllerTest.kt15 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
44 private lateinit var notificationTestHelper: NotificationTestHelper
60 NotificationTestHelper(mContext, mDependency, TestableLooper.get(this))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationTargetsHelperTest.kt9 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
22 lateinit var notificationTestHelper: NotificationTestHelper
30 NotificationTestHelper(mContext, mDependency, TestableLooper.get(this), featureFlags)
H A DNotificationChildrenContainerTest.java30 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
46 private NotificationTestHelper mNotificationTestHelper;
52 mNotificationTestHelper = new NotificationTestHelper( in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java38 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
65 NotificationTestHelper helper = new NotificationTestHelper( in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryViewWalkerTest.kt12 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
24 private lateinit var testHelper: NotificationTestHelper
29 testHelper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragControllerTest.java59 private NotificationTestHelper mNotificationTestHelper;
75 mNotificationTestHelper = new NotificationTestHelper( in setUp()
H A DNotificationTestHelper.java108 public class NotificationTestHelper { class
141 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper
148 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper
H A DNotificationContentInflaterTest.java121 NotificationTestHelper helper = new NotificationTestHelper( in setUp()
H A DNotificationGutsManagerTest.java113 private NotificationTestHelper mHelper;
148 mHelper = new NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)); in setUp()
H A DExpandableNotificationRowTest.java92 private NotificationTestHelper mNotificationTestHelper;
98 mNotificationTestHelper = new NotificationTestHelper( in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java46 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
71 private NotificationTestHelper mTestHelper;
88 mTestHelper = new NotificationTestHelper( in setUp()
H A DStatusBarNotificationActivityStarterTest.java92 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
181 NotificationTestHelper notificationTestHelper = new NotificationTestHelper( in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt28 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
130 val helper = NotificationTestHelper(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java122 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
234 private NotificationTestHelper mNotificationTestHelper;
438 mNotificationTestHelper = new NotificationTestHelper( in setUp()