HomeSort by relevance Sort by last modified time
    Searched full:sendstatus (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
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);
IAutomationSupport.java 38 public void sendStatus(int resultCode, Bundle status);
UiAutomatorTestCase.java 66 * @deprecated Use {@link Instrumentation#sendStatus(int, Bundle)} instead
  /system/connectivity/shill/test-scripts/
payment_failed.html 34 function sendStatus(status) {
48 // failed. In practice the carrier does not, so the sendStatus function
50 // sendStatus('FAILED')
payment_succeeded.html 34 function sendStatus(status) {
46 sendStatus('OK')
mobile_activation.html 34 function sendStatus(status) {
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java 44 getInstrumentation().sendStatus(0, mBundle);
  /cts/libs/wrappedgtest/src/
WrappedGTestActivity.java 35 public void sendStatus(String output) {
38 mInstrumentation.sendStatus(1, outputBundle);
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 176 sendStatus(0, info);
186 sendStatus(0, info);
194 sendStatus(0, info);
222 sendStatus(0, info);
237 sendStatus(0, info);
245 sendStatus(0, info);
256 sendStatus(0, info);
266 sendStatus(0, info);
  /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);
  /system/connectivity/shill/
http_request.cc 174 SendStatus(kResultConnectionFailure);
193 SendStatus(kResultDNSTimeout);
195 SendStatus(kResultDNSFailure);
211 // |this| could be freed as a result of calling SendStatus().
212 SendStatus(kResultConnectionFailure);
224 SendStatus(kResultResponseFailure);
232 SendStatus(kResultSuccess);
243 void HTTPRequest::SendStatus(Result result) {
269 SendStatus(timeout_result_);
286 SendStatus(kResultRequestFailure)
    [all...]
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 38 public void sendStatus(int resultCode, Bundle status);
UiAutomatorTestRunner.java 70 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/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfTest.java 39 getInstrumentation().sendStatus(Activity.RESULT_OK, testResult);
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
IAutomationSupport.html 272 <a href="/reference/android/support/test/uiautomator/IAutomationSupport.html#sendStatus(int, android.os.Bundle)">sendStatus</a>(int resultCode, Bundle status)
322 <A NAME="sendStatus(int, android.os.Bundle)"></A>
325 <h3 class="api-name">sendStatus</h3>
333 void sendStatus (int resultCode,
  /frameworks/base/core/java/android/service/carrier/
CarrierMessagingService.java 334 * @param sendStatus send status, one of {@link #SEND_STATUS_OK},
341 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) {
342 mSendStatus = sendStatus;
377 * @param sendStatus send status, one of {@link #SEND_STATUS_OK},
382 public SendSmsResult(int sendStatus, int messageRef) {
383 mSendStatus = sendStatus;
417 * @param sendStatus send status, one of {@link #SEND_STATUS_OK},
423 public SendMultipartSmsResult(int sendStatus, @Nullable int[] messageRefs) {
424 mSendStatus = sendStatus;
  /external/libnfc-nxp/src/
phHal4Nfc_P2P.c 327 NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;
331 if((SendStatus != NFCSTATUS_SUCCESS)
336 SendStatus = (NFCSTATUS)(NFC_INVALID_RELEASE_TYPE !=
337 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus);
345 SendStatus
359 SendStatus
366 SendStatus = phHal4Nfc_Disconnect_Execute(gpphHal4Nfc_Hwref);
367 if((NFCSTATUS_PENDING != SendStatus) &&
376 SendStatus
403 SendStatus = phHciNfc_Send_Data
    [all...]
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionTest.java 94 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
117 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
  /frameworks/base/location/java/android/location/
SettingInjectorService.java 160 sendStatus(intent, true);
164 sendStatus(intent, enabled);
171 private void sendStatus(Intent intent, boolean enabled) {
  /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 134 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
188 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
246 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
  /frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
FilesAppPerfTest.java 92 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
  /frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
FilesActivityPerfTest.java 141 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 118 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, result);
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTest.java 112 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);

Completed in 1588 milliseconds

1 2 3 4