Home
last modified time | relevance | path

Searched defs:automation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DLongPressBackTest.java61 final UiAutomation automation = InstrumentationRegistry.getInstrumentation() in testAppIsNotDismissed() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DShellCommandBuilder.java45 final UiAutomation automation = mTestCase.getInstrumentation().getUiAutomation( in run() local
72 private static void execShellCommand(UiAutomation automation, String command) { in execShellCommand()