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

  /frameworks/base/core/java/android/app/
UiAutomation.java 122 private final IUiAutomationConnection mUiAutomationConnection;
192 mUiAutomationConnection = connection;
223 mUiAutomationConnection.connect(mClient, flags);
280 mUiAutomationConnection.disconnect();
501 return mUiAutomationConnection.injectInputEvent(event, sync);
537 mUiAutomationConnection.setRotation(rotation);
718 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth,
791 return mUiAutomationConnection.clearWindowContentFrameStats(windowId);
836 return mUiAutomationConnection.getWindowContentFrameStats(windowId);
861 mUiAutomationConnection.clearWindowAnimationFrameStats()
    [all...]
Instrumentation.java 103 private IUiAutomationConnection mUiAutomationConnection;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 69 milliseconds