Searched refs:sendStatus (Results 1 - 20 of 20) sorted by relevance

/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DIAutomationSupport.java35 public void sendStatus(int resultCode, Bundle status); method in interface:IAutomationSupport
H A DInstrumentationAutomationSupport.java22 * A wrapper around {@link Instrumentation} to provide sendStatus function
25 * {@link Instrumentation#sendStatus(int, Bundle)} instead.
37 public void sendStatus(int resultCode, Bundle status) { method in class:InstrumentationAutomationSupport
38 mInstrumentation.sendStatus(resultCode, status);
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DIAutomationSupport.java35 public void sendStatus(int resultCode, Bundle status); method in interface:IAutomationSupport
H A DUiAutomatorTestRunner.java70 public void sendStatus(int resultCode, Bundle status) {
308 mAutomationSupport.sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
343 mAutomationSupport.sendStatus(mTestResultCode, mTestResult);
356 mAutomationSupport.sendStatus(Activity.RESULT_OK, testOutput);
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationRunListener.java42 * Convenience method for {@link #getInstrumentation()#sendStatus()}
44 public void sendStatus(int code, Bundle bundle) { method in class:InstrumentationRunListener
45 getInstrumentation().sendStatus(code, bundle);
H A DInstrumentationResultPrinter.java131 sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
140 sendStatus(mTestResultCode, mTestResult);
/frameworks/base/core/tests/coretests/src/android/app/
H A DInstrumentationTest.java25 * Simple stress test for {@link Instrumentation#sendStatus(int, android.os.Bundle)}, to
32 getInstrumentation().sendStatus(-1, bundle);
/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java169 sendStatus(intent, null, true);
179 sendStatus(intent, summary, true);
183 sendStatus(intent, summary, enabled);
190 private void sendStatus(Intent intent, String summary, boolean enabled) { method in class:SettingInjectorService
/frameworks/testing/uiautomator/samples/SkeletonTest/src/com/android/uiautomator/samples/skeleton/
H A DDemoTestCase.java35 getAutomationSupport().sendStatus(Activity.RESULT_OK, status);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java44 getInstrumentation().sendStatus(0, mBundle);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfTest.java39 getInstrumentation().sendStatus(Activity.RESULT_OK, testResult);
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java107 getInstrumentation().sendStatus(2, getBandwidthStats(entry));
137 getInstrumentation().sendStatus(2, iterations);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java134 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
188 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
246 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java118 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, result);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java733 sendStatus(0, mTestResult);
801 sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
866 sendStatus(mTestResultCode, mTestResult);
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java228 getInstrumentation().sendStatus(2, iterations);
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java130 instrumentation.sendStatus(0, mResult);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java88 instrumentation.sendStatus(0, results);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java111 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java165 public void sendStatus(int resultCode, Bundle results) { method in class:Instrumentation

Completed in 677 milliseconds