Searched defs:mAutomationSupport (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java45 private IAutomationSupport mAutomationSupport; field in class:UiAutomatorTestCase
88 return mAutomationSupport;
108 mAutomationSupport = automationSupport;
H A DUiAutomatorTestRunner.java60 private IAutomationSupport mAutomationSupport = new IAutomationSupport() { field in class:UiAutomatorTestRunner
140 mAutomationSupport.sendStatus(Activity.RESULT_OK, testRunOutput);
264 mAutomationSupport.sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
293 mAutomationSupport.sendStatus(mTestResultCode, mTestResult);
331 ((UiAutomatorTestCase)testCase).setAutomationSupport(mAutomationSupport);

Completed in 45 milliseconds