/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvUtils.kt | 44 fun UiDevice.waitForTvPipMenu(): UiObject2? = in <lambda>() method 47 fun UiDevice.waitForTvPipMenuToClose(): Boolean = in <lambda>() method 50 fun UiDevice.findTvPipMenuControls(): UiObject2? = in <lambda>() method 53 fun UiDevice.findTvPipMenuCloseButton(): UiObject2? = in <lambda>() method 56 fun UiDevice.findTvPipMenuFullscreenButton(): UiObject2? = in <lambda>() method 59 fun UiDevice.findTvPipMenuElementWithDescription(desc: String): UiObject2? = in <lambda>() method 62 private fun UiDevice.findTvPipMenuElement(selector: BySelector): UiObject2? = in <lambda>() method 65 fun UiDevice.waitForTvPipMenuElementWithDescription(desc: String): UiObject2? { in <lambda>() method 78 fun UiDevice.waitUntilTvPipMenuElementWithDescriptionIsGone(desc: String): Boolean? { in waitUntilTvPipMenuElementWithDescriptionIsGone() method 85 fun UiDevice.clickTvPipMenuCloseButton() { in clickTvPipMenuCloseButton() method [all …]
|
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/permissionui/src/com/android/permissioncontroller/permissionui/ui/television/ |
D | TelevisionUtils.kt | 33 val UiDevice.fragmentDecorTitle: String? constant 36 val UiDevice.focusedElement: UiObject2 constant 45 val UiDevice.focusedElementTitle: String? constant 55 fun UiDevice.navigateDown() = navigate { pressDPadDown() } in <lambda>() method 57 fun UiDevice.navigateUp() = navigate { pressDPadUp() } in <lambda>() method 60 fun UiDevice.navigateToTheBottom() { in UiDevice() method 65 fun UiDevice.navigateToTheTop() { in navigateToTheTop() method 69 fun UiDevice.focusOnElementWithTitle(title: CharSequence): Boolean = checkAllItemsIfNeeded { in <lambda>() method 73 fun UiDevice.hasElementWithTitle(title: CharSequence): Boolean = checkAllItemsIfNeeded { in <lambda>() method 77 private fun UiDevice.checkAllItemsIfNeeded(predicate: () -> Boolean): Boolean { in UiDevice() method [all …]
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/helpers/ |
H A D | AutomationUtils.kt | 69 fun UiDevice.isQuickstepEnabled(): Boolean { in isQuickstepEnabled() method 76 fun UiDevice.isRotated(): Boolean { in UiDevice() method 85 fun UiDevice.openQuickstep(wmHelper: WindowManagerStateHelper) { in openQuickstep() method 154 fun UiDevice.waitForIME(): Boolean { in UiDevice() method 178 fun UiDevice.openQuickStepAndClearRecentAppsFromOverview(wmHelper: WindowManagerStateHelper) { in openQuickStepAndClearRecentAppsFromOverview() method 209 fun UiDevice.launchSplitScreen(wmHelper: WindowManagerStateHelper) { in UiDevice() method 230 fun UiDevice.canSplitScreen(wmHelper: WindowManagerStateHelper): Boolean { in UiDevice() method 240 fun UiDevice.isInSplitScreen(): Boolean { in isInSplitScreen() method 260 fun UiDevice.exitSplitScreen() { in UiDevice() method 282 fun UiDevice.exitSplitScreenFromBottom(wmHelper: WindowManagerStateHelper) { in exitSplitScreenFromBottom() method [all …]
|
/aosp_15_r20/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/testutils/ |
D | SettingsTestUtils.kt | 35 fun UiDevice.waitObject(bySelector: BySelector): UiObject2? = in waitObject() method 38 fun UiDevice.assertObject(bySelector: BySelector): UiObject2 = in waitObject() method 41 fun UiDevice.clickObject(bySelector: BySelector) = assertObject(bySelector).click() in clickObject() method 43 fun UiDevice.startMainActivityFromHomeScreen(action: String) { in clickObject() method 47 fun UiDevice.startMainActivityFromHomeScreen(intent: Intent) { in startMainActivityFromHomeScreen() method 66 fun UiDevice.assertHasTexts(texts: List<String>) { in assertHasTexts() method
|
/aosp_15_r20/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomatorhelpers/ |
H A D | DeviceHelpers.kt | 65 fun UiDevice.waitForObj( in <lambda>() method 143 fun UiDevice.waitForNullableObj( in <lambda>() method 196 fun UiDevice.waitForNullableObjects( in <lambda>() method 222 fun UiDevice.assertVisibility( in <lambda>() method 310 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in <lambda>() method 336 fun UiDevice.doubleTapAt(x: Int, y: Int) { in <lambda>() method 353 fun UiDevice.betterSwipe( in <lambda>() method 399 val UiDevice.isScreenOnSettled: Boolean in <lambda>() constant
|
/aosp_15_r20/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
H A D | DeviceHelpers.kt | 66 fun UiDevice.waitForObj( in <lambda>() method 144 fun UiDevice.waitForNullableObj( in <lambda>() method 197 fun UiDevice.waitForNullableObjects( in <lambda>() method 223 fun UiDevice.assertVisibility( in <lambda>() method 311 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in <lambda>() method 337 fun UiDevice.doubleTapAt(x: Int, y: Int) { in <lambda>() method 354 fun UiDevice.betterSwipe( in <lambda>() method 400 val UiDevice.isScreenOnSettled: Boolean in <lambda>() constant
|
/aosp_15_r20/cts/tests/tests/companion/uicommon/src/android/companion/cts/uicommon/ |
H A D | CompanionDeviceManagerUi.kt | 169 protected fun UiDevice.wait( in wait() method 177 protected fun UiDevice.waitShort(condition: SearchCondition<Boolean>, message: String) = method 180 protected fun UiDevice.waitAndFind( method 187 protected fun UiDevice.waitShortAndFind( method 192 protected fun UiDevice.waitLongAndFind( method
|
/aosp_15_r20/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
H A D | BaseOrientationRule.kt | 54 val UiDevice.orientation: Orientation constant 62 val UiDevice.naturalOrientation: Orientation constant 75 private val UiDevice.stableOrientation: Orientation constant
|
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
H A D | ColorUtils.kt | 24 fun UiDevice.getScreenBorderColors(): ScreenBorderColors { in <lambda>() method 54 fun UiDevice.hasBlackScreen(): Boolean = Screenshot.capture().bitmap.isBlack() in darkerThan() method
|
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/benchmark/utils/src/com/android/compose/animation/scene/benchmark/ |
H A D | SceneTransitionLayoutDemoBenchmarkUtils.kt | 113 private fun UiDevice.waitForObject(selector: BySelector, timeout: Long = 5_000) { in instrumentation() method 119 private fun UiDevice.waitUntilGone(selector: BySelector, timeout: Long = 5_000) { in waitUntilGone() method
|
/aosp_15_r20/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | UiTestHelper.kt | 220 fun UiDevice.rotate() { in rotate() method 231 fun UiDevice.resetRotation() { in resetRotation() method
|
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiDevice.java | 49 public class UiDevice { class 69 private UiDevice() { in UiDevice() method in UiDevice
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/ |
D | UiTestUtils.kt | 339 fun UiDevice.rotate() { in rotate() method 350 fun UiDevice.resetRotation() { in resetRotation() method
|
/aosp_15_r20/external/accompanist/permissions/src/androidTest/java/com/google/accompanist/permissions/ |
H A D | TestUtils.kt | 118 private fun UiDevice.findPermissionButton(text: String): UiObject = in findPermissionButton() method
|
/aosp_15_r20/prebuilts/sdk/16/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/17/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/23/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/19/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/34/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/22/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/33/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/28/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/android/uiautomator/core/ ... |
/aosp_15_r20/prebuilts/sdk/31/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/32/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/sdk/26/public/ |
HD | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |