Home
last modified time | relevance | path

Searched refs:mUiAutomationConnection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DUiAutomation.java122 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation
192 mUiAutomationConnection = connection; in UiAutomation()
223 mUiAutomationConnection.connect(mClient, flags); in connect()
280 mUiAutomationConnection.disconnect(); in disconnect()
501 return mUiAutomationConnection.injectInputEvent(event, sync); in injectInputEvent()
537 mUiAutomationConnection.setRotation(rotation); in setRotation()
727 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()
800 return mUiAutomationConnection.clearWindowContentFrameStats(windowId); in clearWindowContentFrameStats()
845 return mUiAutomationConnection.getWindowContentFrameStats(windowId); in getWindowContentFrameStats()
870 mUiAutomationConnection.clearWindowAnimationFrameStats(); in clearWindowAnimationFrameStats()
[all …]
DInstrumentation.java104 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation
1919 mUiAutomationConnection = uiAutomationConnection; in init()
2035 if (mUiAutomationConnection != null) { in getUiAutomation()
2041 mUiAutomationConnection); in getUiAutomation()
/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java49 IUiAutomationConnection mUiAutomationConnection; field in ActiveInstrumentation
115 if (mUiAutomationConnection != null) { in dump()
117 pw.println(mUiAutomationConnection); in dump()
DActivityManagerService.java6912 app.instr.mUiAutomationConnection, testMode, in attachApplicationLocked()
12736 if (proc.instr == null || proc.instr.mUiAutomationConnection == null) {
19887 activeInstr.mUiAutomationConnection = uiAutomationConnection;
19982 if (app.instr.mUiAutomationConnection != null) {
19984 app.instr.mUiAutomationConnection).sendToTarget();