Home | History | Annotate | Download | only in app

Lines Matching defs:mUiAutomation

95     private UiAutomation mUiAutomation;
197 if (mUiAutomation != null) {
198 mUiAutomation.disconnect();
199 mUiAutomation = null;
1829 if (mUiAutomation == null) {
1830 mUiAutomation = new UiAutomation(getTargetContext().getMainLooper(),
1832 mUiAutomation.connect();
1834 return mUiAutomation;