Home
last modified time | relevance | path

Searched refs:up (Results 1 – 12 of 12) sorted by relevance

/platform_testing/tests/bettertogether/quickstart/snippets/
DAndroid.bp21 // one client only allow to set up 1 connection.
/platform_testing/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/
DGestures.kt84 fun up() { in up() method
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DAutoLauncherStrategy.java360 UiObject2 up = mDevice.findObject(UP_BTN); in findApplication() local
362 while (up.isEnabled()) { in findApplication()
363 up.click(); in findApplication()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java379 UiObject2 up = mDevice.findObject(UP_BTN); in findApplication() local
381 while (up.isEnabled()) { in findApplication()
382 up.click(); in findApplication()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp30 * an assets/statsd-configs/ directory, which gets packed into a .jar file and ends up under the
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp34 * directory, which gets packed into a .jar file and ends up under the assets/
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp34 * directory, which gets packed into a .jar file and ends up under the assets/
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp34 * directory, which gets packed into a .jar file and ends up under the assets/
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt400 is TouchEventRecorderEntry.Up -> onNode.performTouchInput { up(entry.pointerId) } in <lambda>()
472 override fun up(pointerId: Int) { in <lambda>() method
/platform_testing/libraries/flicker/
DREADME.md28 // Wake up device and go to home screen
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt338 dragSurface.performTouchInput { up() } in <lambda>()
/platform_testing/tests/bettertogether/betocq/
DReadMe.md166 device setup processes. After the new devices are set up, connect them to
322 - Refer to release instructions below to set up the build environment.