HomeSort by relevance Sort by last modified time
    Searched refs:mAutomation (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
KeyEventInjectionTest.java 55 private UiAutomation mAutomation;
68 mAutomation = mInstrumentation.getUiAutomation();
158 mAutomation.injectInputEvent(downEvent, true);
163 mAutomation.injectInputEvent(repeatEvent, true);
167 mAutomation.injectInputEvent(upEvent, true);
  /cts/tests/tests/preference/src/android/preference/cts/
TestUtils.java 45 private final UiAutomation mAutomation;
54 mAutomation = mInstrumentation.getUiAutomation();
65 Bitmap bt = mAutomation.takeScreenshot();
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
DragDropTest.java 61 final UiAutomation mAutomation = mInstrumentation.getUiAutomation();
249 mAutomation.injectInputEvent(event, false);

Completed in 1092 milliseconds