Searched refs:mUiAutomationConnection (Results 1 – 4 of 4) sorted by relevance
122 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation192 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 …]
104 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation1919 mUiAutomationConnection = uiAutomationConnection; in init()2035 if (mUiAutomationConnection != null) { in getUiAutomation()2041 mUiAutomationConnection); in getUiAutomation()
49 IUiAutomationConnection mUiAutomationConnection; field in ActiveInstrumentation115 if (mUiAutomationConnection != null) { in dump()117 pw.println(mUiAutomationConnection); in dump()
6912 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();