Home
last modified time | relevance | path

Searched refs:sDevice (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DUiBenchWindowInsetsControllerMicrobenchmark.java49 private static UiDevice sDevice; field in UiBenchWindowInsetsControllerMicrobenchmark
57 sDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); in openApp()
58 sEditText = sDevice.wait(Until.findObject(By.text("WindowInsetsController")), in openApp()
66 sDevice.pressBack(); in testOpenIme()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNavigationControlHelper.java30 private static final UiDevice sDevice = field in NavigationControlHelper
34 final boolean navBarInvisible = sDevice.wait(Until.gone(NAVIGATION_BAR_VIEW), 2_000); in assertNavigationBarNotVisible()