HomeSort by relevance Sort by last modified time
    Searched defs:downloadId (Results 1 - 3 of 3) sorted by null

  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 52 int downloadId;
53 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
56 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
TaskSound.cpp 108 int downloadId;
109 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
112 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 102 private static final String DOWNLOAD_ID_PARAMETER = "downloadId";
486 * @param downloadId used to differentiate the files created for each test
490 public String getTestDownloadUrl(String downloadId, int numBytes) {
494 .appendQueryParameter(DOWNLOAD_ID_PARAMETER, downloadId)
    [all...]

Completed in 116 milliseconds