Searched defs:mUiAutomationConnection (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveInstrumentation.java50 IUiAutomationConnection mUiAutomationConnection; field in class:ActiveInstrumentation
116 if (mUiAutomationConnection != null) {
117 pw.print(prefix); pw.print("mUiAutomationConnection=");
118 pw.println(mUiAutomationConnection);
141 mUiAutomationConnection.toString());
/frameworks/base/core/java/android/app/
H A DUiAutomation.java126 private final IUiAutomationConnection mUiAutomationConnection; field in class:UiAutomation
201 mUiAutomationConnection = connection;
234 mUiAutomationConnection.connect(mClient, flags);
291 mUiAutomationConnection.disconnect();
516 return mUiAutomationConnection.injectInputEvent(event, sync);
552 mUiAutomationConnection.setRotation(rotation);
722 screenShot = mUiAutomationConnection.takeScreenshot(
780 return mUiAutomationConnection.clearWindowContentFrameStats(windowId);
825 return mUiAutomationConnection.getWindowContentFrameStats(windowId);
850 mUiAutomationConnection
[all...]
H A DInstrumentation.java107 private IUiAutomationConnection mUiAutomationConnection; field in class:Instrumentation
1982 mUiAutomationConnection = uiAutomationConnection;
2106 if (mUiAutomationConnection != null) {
2112 mUiAutomationConnection);

Completed in 48 milliseconds