/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewTest.java | 79 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 D | NotificationCustomViewWrapperTest.java | 29 import com.android.systemui.statusbar.notification.row.NotificationTestHelper; 47 NotificationTestHelper helper = new NotificationTestHelper( in setUp()
|
H A D | NotificationViewWrapperTest.java | 34 import com.android.systemui.statusbar.notification.row.NotificationTestHelper; 54 NotificationTestHelper helper = new NotificationTestHelper( in setup()
|
H A D | NotificationMessagingTemplateViewWrapperTest.kt | 31 import com.android.systemui.statusbar.notification.row.NotificationTestHelper 46 private lateinit var helper: NotificationTestHelper 51 helper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this))
|
H A D | NotificationBigPictureTemplateViewWrapperTest.java | 39 import com.android.systemui.statusbar.notification.row.NotificationTestHelper; 57 NotificationTestHelper helper = new NotificationTestHelper( in setup()
|
H A D | NotificationConversationTemplateViewWrapperTest.kt | 33 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 D | AboveShelfObserverTest.java | 30 import com.android.systemui.statusbar.notification.row.NotificationTestHelper; 44 private NotificationTestHelper mNotificationTestHelper; 50 mNotificationTestHelper = new NotificationTestHelper( in setUp()
|
H A D | NotificationLaunchAnimatorControllerTest.kt | 15 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 D | NotificationTargetsHelperTest.kt | 9 import com.android.systemui.statusbar.notification.row.NotificationTestHelper 22 lateinit var notificationTestHelper: NotificationTestHelper 30 NotificationTestHelper(mContext, mDependency, TestableLooper.get(this), featureFlags)
|
H A D | NotificationChildrenContainerTest.java | 30 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 D | ExpandHelperTest.java | 38 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 D | NotificationMemoryViewWalkerTest.kt | 12 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 D | ExpandableNotificationRowDragControllerTest.java | 59 private NotificationTestHelper mNotificationTestHelper; 75 mNotificationTestHelper = new NotificationTestHelper( in setUp()
|
H A D | NotificationTestHelper.java | 108 public class NotificationTestHelper { class 141 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper 148 public NotificationTestHelper( in NotificationTestHelper() method in NotificationTestHelper
|
H A D | NotificationContentInflaterTest.java | 121 NotificationTestHelper helper = new NotificationTestHelper( in setUp()
|
H A D | NotificationGutsManagerTest.java | 113 private NotificationTestHelper mHelper; 148 mHelper = new NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)); in setUp()
|
H A D | ExpandableNotificationRowTest.java | 92 private NotificationTestHelper mNotificationTestHelper; 98 mNotificationTestHelper = new NotificationTestHelper( in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpAppearanceControllerTest.java | 46 import com.android.systemui.statusbar.notification.row.NotificationTestHelper; 71 private NotificationTestHelper mTestHelper; 88 mTestHelper = new NotificationTestHelper( in setUp()
|
H A D | StatusBarNotificationActivityStarterTest.java | 92 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 D | LockscreenShadeTransitionControllerTest.kt | 28 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 D | BubblesTest.java | 122 import com.android.systemui.statusbar.notification.row.NotificationTestHelper; 234 private NotificationTestHelper mNotificationTestHelper; 438 mNotificationTestHelper = new NotificationTestHelper( in setUp()
|