Searched refs:mAutomationSupport (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java33 private IAutomationSupport mAutomationSupport; field in class:UiAutomatorTestCase
55 mAutomationSupport = automationSupport;
66 if (mAutomationSupport == null) {
67 mAutomationSupport = new InstrumentationAutomationSupport(getInstrumentation());
69 return mAutomationSupport;
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java46 private IAutomationSupport mAutomationSupport; field in class:UiAutomatorTestCase
92 return mAutomationSupport;
112 mAutomationSupport = automationSupport;
H A DUiAutomatorTestRunner.java68 private final IAutomationSupport mAutomationSupport = new IAutomationSupport() { field in class:UiAutomatorTestRunner
308 mAutomationSupport.sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
343 mAutomationSupport.sendStatus(mTestResultCode, mTestResult);
356 mAutomationSupport.sendStatus(Activity.RESULT_OK, testOutput);
427 ((UiAutomatorTestCase)testCase).setAutomationSupport(mAutomationSupport);

Completed in 1266 milliseconds