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

  /frameworks/base/core/java/android/app/
UiAutomation.java 102 private final IUiAutomationConnection mUiAutomationConnection;
168 mUiAutomationConnection = connection;
188 mUiAutomationConnection.connect(mClient);
233 mUiAutomationConnection.disconnect();
382 return mUiAutomationConnection.injectInputEvent(event, sync);
418 mUiAutomationConnection.setRotation(rotation);
599 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth,
Instrumentation.java 89 private IUiAutomationConnection mUiAutomationConnection;
    [all...]

Completed in 27 milliseconds