Searched defs:automation (Results 1 – 2 of 2) sorted by relevance
61 final UiAutomation automation = InstrumentationRegistry.getInstrumentation() in testAppIsNotDismissed() local
45 final UiAutomation automation = mTestCase.getInstrumentation().getUiAutomation( in run() local72 private static void execShellCommand(UiAutomation automation, String command) { in execShellCommand()