Searched refs:mUiAutomationConnection (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiAutomation.java102 private final IUiAutomationConnection mUiAutomationConnection; field in class:UiAutomation
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,
H A DInstrumentation.java89 private IUiAutomationConnection mUiAutomationConnection; field in class:Instrumentation
1616 mUiAutomationConnection = uiAutomationConnection;
1676 if (mUiAutomationConnection != null) {
1679 mUiAutomationConnection);

Completed in 162 milliseconds