HomeSort by relevance Sort by last modified time
    Searched defs:automation (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
PanicPressBackTest.java 64 final UiAutomation automation = InstrumentationRegistry.getInstrumentation() local
71 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_DOWN,
73 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_UP,
95 final UiAutomation automation = InstrumentationRegistry.getInstrumentation() local
104 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_DOWN,
106 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_UP,
LongPressBackTest.java 62 final UiAutomation automation = InstrumentationRegistry.getInstrumentation() local
67 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_DOWN,
83 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_UP,
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 45 final UiAutomation automation = mInstrumentation.getUiAutomation( local
48 execShellCommand(automation, command);
72 private static void execShellCommand(UiAutomation automation, String command) {
73 try (ParcelFileDescriptor fd = automation.executeShellCommand(command)) {
  /packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
FilesJankPerfTest.java 54 final UiAutomation automation = getInstrumentation().getUiAutomation(); local
56 mDirListBot = new DirectoryListBot(device, automation, context, BOT_TIMEOUT);
  /cts/tests/tests/security/src/android/security/cts/
MotionEventTest.java 174 final UiAutomation automation = mInstrumentation.getUiAutomation(); local
178 automation.injectInputEvent(event, true);
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
ActivityTest.java 62 public UiAutomation automation; field in class:ActivityTest
106 automation = getInstrumentation().getUiAutomation();
108 bots = new Bots(device, automation, context, TIMEOUT);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 383 milliseconds