Home
last modified time | relevance | path

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

12

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java78 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
156 NotificationTestHelper helper = new NotificationTestHelper( in testSendRemoteInput_intentContainsResultsAndSource()
193 NotificationTestHelper helper = new NotificationTestHelper( in getTargetInputMethodUser()
243 NotificationTestHelper helper = new NotificationTestHelper( in testNoCrashWithoutVisibilityListener()
257 NotificationTestHelper helper = new NotificationTestHelper( in testPredictiveBack_registerAndUnregister()
286 NotificationTestHelper helper = new NotificationTestHelper( in testUiPredictiveBack_openAndDispatchCallback()
321 NotificationTestHelper helper = new NotificationTestHelper( in testUiEventLogging_openAndSend()
351 NotificationTestHelper helper = new NotificationTestHelper( in testUiEventLogging_openAndAttach()
386 NotificationTestHelper helper = new NotificationTestHelper( in testFocusAnimation()
423 NotificationTestHelper helper = new NotificationTestHelper( in testDefocusAnimation()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapperTest.java27 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
43 NotificationTestHelper helper = new NotificationTestHelper(mContext, mDependency); in setUp()
H A DNotificationViewWrapperTest.java32 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
50 NotificationTestHelper helper = new NotificationTestHelper(mContext, mDependency); in setup()
H A DNotificationMessagingTemplateViewWrapperTest.kt29 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
43 private lateinit var helper: NotificationTestHelper
47 helper = NotificationTestHelper(mContext, mDependency) in setUp()
H A DNotificationBigPictureTemplateViewWrapperTest.java37 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
53 NotificationTestHelper helper = new NotificationTestHelper(mContext, mDependency); in setup()
H A DNotificationConversationTemplateViewWrapperTest.kt32 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
46 private lateinit var helper: NotificationTestHelper
50 helper = NotificationTestHelper(mContext, mDependency) in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/
H A DExpandHelperTest.java37 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
63 NotificationTestHelper helper = new NotificationTestHelper( in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/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) in setUp()
H A DNotificationChildrenContainerTest.java36 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
54 private NotificationTestHelper mNotificationTestHelper;
60 mNotificationTestHelper = new NotificationTestHelper( in setUp()
H A DNotificationStackScrollLayoutControllerTest.java101 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
201 private NotificationTestHelper mNotificationTestHelper;
210 mNotificationTestHelper = new NotificationTestHelper( in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
H A DAboveShelfObserverTest.java31 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
45 private NotificationTestHelper mNotificationTestHelper;
51 mNotificationTestHelper = new NotificationTestHelper( in setUp()
H A DNotificationTransitionAnimatorControllerTest.kt20 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
45 private lateinit var notificationTestHelper: NotificationTestHelper
63 NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in setUp()
/aosp_15_r20/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)) in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapperTest.kt36 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
53 private lateinit var helper: NotificationTestHelper
72 helper = NotificationTestHelper(mContext, mDependency) in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.kt39 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
76 private lateinit var testHelper: NotificationTestHelper
88 testHelper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java117 public class NotificationTestHelper { class
156 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper
162 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper
169 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper
H A DExpandableNotificationRowDragControllerTest.java59 private NotificationTestHelper mNotificationTestHelper;
75 mNotificationTestHelper = new NotificationTestHelper( in setUp()
H A DNotificationRowContentBinderImplTest.kt84 private lateinit var testHelper: NotificationTestHelper in <lambda>()
124 testHelper = NotificationTestHelper(mContext, mDependency) in <lambda>()
H A DNotificationContentInflaterTest.java99 private NotificationTestHelper mHelper;
134 mHelper = new NotificationTestHelper( in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DSingleLineViewBinderTest.kt45 private lateinit var helper: NotificationTestHelper
50 helper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in setUp()
H A DExpandableNotificationRowTest.java20 import static com.android.systemui.statusbar.notification.row.NotificationTestHelper.PKG;
21 import static com.android.systemui.statusbar.notification.row.NotificationTestHelper.USER_HANDLE;
97 private NotificationTestHelper mNotificationTestHelper;
104 mNotificationTestHelper = new NotificationTestHelper( in setUp()
H A DSingleLineViewInflaterTest.kt55 private lateinit var helper: NotificationTestHelper in <lambda>()
79 helper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java95 import com.android.systemui.statusbar.notification.row.NotificationTestHelper;
186 NotificationTestHelper notificationTestHelper = new NotificationTestHelper( in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/headsup/
H A DHeadsUpManagerImplTest.kt49 import com.android.systemui.statusbar.notification.row.NotificationTestHelper
96 private lateinit var testHelper: NotificationTestHelper
121 testHelper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in setUp()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt26 import com.android.systemui.statusbar.notification.row.NotificationTestHelper in <lambda>()
109 val helper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in setup()

12