Searched refs:mUiAutomationConnection (Results 1 - 4 of 4) 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());
H A DActivityManagerService.java7820 app.instr.mUiAutomationConnection, testMode,
13741 if (proc.instr == null || proc.instr.mUiAutomationConnection == null) {
22127 activeInstr.mUiAutomationConnection = uiAutomationConnection;
22237 if (app.instr.mUiAutomationConnection != null) {
22239 app.instr.mUiAutomationConnection).sendToTarget();
[all...]
/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 260 milliseconds