Home
last modified time | relevance | path

Searched defs:toSend (Results 1 – 2 of 2) sorted by relevance

/cts/suite/audio_quality/lib/src/
DClientSocket.cpp142 int toSend = len; in sendData() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java320 Intent toSend = new Intent(Intent.ACTION_VIEW); in onCreate() local
515 private void sendIntentInsideChooser(Intent toSend) { in sendIntentInsideChooser()