HomeSort by relevance Sort by last modified time
    Searched refs:toSend (Results 1 - 4 of 4) sorted by null

  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 142 int toSend = len;
143 while (toSend > 0) {
144 sent = send(mSocket, (void*)data, (size_t)toSend, 0);
146 toSend -= sent;
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/test/
MockedPowerHalService.java 101 int[] toSend = new int[] {state, param};
102 mSentStates.addLast(toSend);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 310 Intent toSend = new Intent(Intent.ACTION_VIEW);
311 toSend.setData(Uri.parse("http://com.android.cts.verifier"));
312 sendIntentInsideChooser(toSend);
497 private void sendIntentInsideChooser(Intent toSend) {
498 toSend.putExtra(CrossProfileTestActivity.EXTRA_STARTED_FROM_WORK, true);
499 Intent chooser = Intent.createChooser(toSend,
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 

Completed in 829 milliseconds