Home
last modified time | relevance | path

Searched defs:FlickerTestData (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/tests/FlickerTests/Notification/src/com/android/server/wm/flicker/notification/
H A DOpenAppFromNotificationWarmTest.kt76 protected fun FlickerTestData.launchAppAndPostNotification() { in launchAppAndPostNotification() method
82 protected fun FlickerTestData.goHome() { in FlickerTestData() method
91 protected fun FlickerTestData.openAppFromNotification() { in openAppFromNotification() method
95 protected fun FlickerTestData.openAppFromLockNotification() { in FlickerTestData() method
108 protected fun FlickerTestData.doOpenAppAndWait() { in FlickerTestData() method
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/
H A DTransparentBaseAppCompat.kt56 protected fun FlickerTestData.waitAndGetLaunchTransparent(): UiObject2? = method
59 protected fun FlickerTestData.goBack() = device.pressBack() method
H A DBaseAppCompat.kt57 fun FlickerTestData.setStartRotation() = setRotation(flicker.scenario.startRotation) in FlickerTestData() method
59 fun FlickerTestData.setEndRotation() = setRotation(flicker.scenario.endRotation) in FlickerTestData() method
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/
H A DFlickerTestData.kt26 interface FlickerTestData { interface
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
H A DBaseBubbleScreen.kt95 protected fun FlickerTestData.waitAndGetAddBubbleBtn(): UiObject2? = in FlickerTestData() method
97 protected fun FlickerTestData.waitAndGetCancelAllBtn(): UiObject2? = in FlickerTestData() method
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
H A DFlickerExtensions.kt30 fun FlickerTestData.setRotation(rotation: Rotation) = method