Home | History | Annotate | Download | only in core

Lines Matching defs:mUiAutomation

41     private final UiAutomation mUiAutomation;
48 mUiAutomation = uiAutomation;
62 mUiAutomation.setOnAccessibilityEventListener(listener);
66 return mUiAutomation.getRootInActiveWindow();
70 return mUiAutomation.injectInputEvent(event, sync);
74 return mUiAutomation.setRotation(rotation);
78 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
83 mUiAutomation.setServiceInfo(info);
96 mUiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeout);
104 return mUiAutomation.executeAndWaitForEvent(command,
109 Bitmap screenshot = mUiAutomation.takeScreenshot();
137 return mUiAutomation.performGlobalAction(action);