Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java111 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation
177 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 …]
DInstrumentation.java92 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation
1781 mUiAutomationConnection = uiAutomationConnection; in init()
1854 if (mUiAutomationConnection != null) { in getUiAutomation()
1857 mUiAutomationConnection); in getUiAutomation()