Searched refs:mUiAutomationConnection (Results 1 – 2 of 2) sorted by relevance
111 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation177 mUiAutomationConnection = connection; in UiAutomation()197 mUiAutomationConnection.connect(mClient); in connect()242 mUiAutomationConnection.disconnect(); in disconnect()440 return mUiAutomationConnection.injectInputEvent(event, sync); in injectInputEvent()476 mUiAutomationConnection.setRotation(rotation); in setRotation()657 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth, in takeScreenshot()730 return mUiAutomationConnection.clearWindowContentFrameStats(windowId); in clearWindowContentFrameStats()775 return mUiAutomationConnection.getWindowContentFrameStats(windowId); in getWindowContentFrameStats()800 mUiAutomationConnection.clearWindowAnimationFrameStats(); in clearWindowAnimationFrameStats()[all …]
92 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation1781 mUiAutomationConnection = uiAutomationConnection; in init()1854 if (mUiAutomationConnection != null) { in getUiAutomation()1857 mUiAutomationConnection); in getUiAutomation()