HomeSort by relevance Sort by last modified time
    Searched refs:sendStatus (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 35 public void sendStatus(int resultCode, Bundle status);
InstrumentationAutomationSupport.java 22 * A wrapper around {@link Instrumentation} to provide sendStatus function
25 * {@link Instrumentation#sendStatus(int, Bundle)} instead.
37 public void sendStatus(int resultCode, Bundle status) {
38 mInstrumentation.sendStatus(resultCode, status);
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 35 public void sendStatus(int resultCode, Bundle status);
UiAutomatorTestRunner.java 70 public void sendStatus(int resultCode, Bundle status) {
307 mAutomationSupport.sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
342 mAutomationSupport.sendStatus(mTestResultCode, mTestResult);
355 mAutomationSupport.sendStatus(Activity.RESULT_OK, testOutput);
  /cts/libs/wrappedgtest/src/
WrappedGTestActivity.java 35 public void sendStatus(String output) {
38 mInstrumentation.sendStatus(1, outputBundle);
  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
InstrumentationRunListener.java 42 * Convenience method for {@link #getInstrumentation()#sendStatus()}
44 public void sendStatus(int code, Bundle bundle) {
45 getInstrumentation().sendStatus(code, bundle);
InstrumentationResultPrinter.java 131 sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
140 sendStatus(mTestResultCode, mTestResult);
  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 25 * Simple stress test for {@link Instrumentation#sendStatus(int, android.os.Bundle)}, to
32 getInstrumentation().sendStatus(-1, bundle);
  /frameworks/testing/uiautomator/samples/SkeletonTest/src/com/android/uiautomator/samples/skeleton/
DemoTestCase.java 35 getAutomationSupport().sendStatus(Activity.RESULT_OK, status);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PerformanceTest.java 264 getInstrumentation().sendStatus(1, null);
273 getInstrumentation().sendStatus(0, mStats.getBundle());
275 getInstrumentation().sendStatus(1, null);
289 getInstrumentation().sendStatus(0, mStats.getBundle());
291 getInstrumentation().sendStatus(1, null);
315 getInstrumentation().sendStatus(0, mStats.getBundle());
317 getInstrumentation().sendStatus(1, null);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java 44 getInstrumentation().sendStatus(0, mBundle);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfTest.java 39 getInstrumentation().sendStatus(Activity.RESULT_OK, testResult);
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 107 getInstrumentation().sendStatus(2, getBandwidthStats(entry));
137 getInstrumentation().sendStatus(2, iterations);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 136 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
190 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
247 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 118 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, result);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 67 inst.sendStatus(0, bundle);
246 getInstrumentation().sendStatus(Activity.RESULT_FIRST_USER, b);
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 733 sendStatus(0, mTestResult);
801 sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
    [all...]
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 228 getInstrumentation().sendStatus(2, iterations);
  /prebuilts/sdk/16/
uiautomator.jar 
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 127 instrumentation.sendStatus(0, mResult);
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 88 instrumentation.sendStatus(0, results);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 111 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 

Completed in 318 milliseconds

1 2