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

  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 264 assertSuccessfulDownload(uriId, uriLocation);
265 assertSuccessfulDownload(extFileId, extFileLocation);
266 assertSuccessfulDownload(publicId, publicLocation);
310 assertSuccessfulDownload(noExtId, noExtLocation);
311 assertSuccessfulDownload(wrongExtId, wrongExtLocation);
445 private void assertSuccessfulDownload(long id, File location) {
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 132 assertSuccessfulDownload(id, target);
184 private void assertSuccessfulDownload(long id, File location) {
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DownloadManagerTest.java 101 assertSuccessfulDownload(id);
171 private void assertSuccessfulDownload(long id) throws Exception {

Completed in 187 milliseconds