OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUiAutomationConnection
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/app/
UiAutomation.java
111
private final IUiAutomationConnection
mUiAutomationConnection
;
177
mUiAutomationConnection
= connection;
197
mUiAutomationConnection
.connect(mClient);
242
mUiAutomationConnection
.disconnect();
440
return
mUiAutomationConnection
.injectInputEvent(event, sync);
476
mUiAutomationConnection
.setRotation(rotation);
657
screenShot =
mUiAutomationConnection
.takeScreenshot((int) screenshotWidth,
730
return
mUiAutomationConnection
.clearWindowContentFrameStats(windowId);
775
return
mUiAutomationConnection
.getWindowContentFrameStats(windowId);
800
mUiAutomationConnection
.clearWindowAnimationFrameStats()
[
all
...]
Instrumentation.java
92
private IUiAutomationConnection
mUiAutomationConnection
;
[
all
...]
Completed in 1671 milliseconds