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

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerIntegrationTest.java 208 Uri uri = getServerUri(DEFAULT_FILENAME + i);
257 Uri uri = getServerUri(DEFAULT_FILENAME);
298 Uri uri = getServerUri(DEFAULT_FILENAME);
330 Uri uri = getServerUri(DEFAULT_FILENAME);
363 Uri uri = getServerUri(DEFAULT_FILENAME);
510 Uri uri = getServerUri(DEFAULT_FILENAME);
525 Uri uri = getServerUri(DEFAULT_FILENAME);
536 Uri uri = getServerUri(DEFAULT_FILENAME);
576 Uri uri = getServerUri(DEFAULT_FILENAME);
DownloadManagerStressTest.java 61 Uri uri = getServerUri(DEFAULT_FILENAME);
DownloadManagerBaseTest.java 445 protected Uri getServerUri(String filename) throws Exception {
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 100 return getRequest(getServerUri(REQUEST_PATH));
DownloadManagerFunctionalTest.java 135 values.put(Downloads.COLUMN_URI, getServerUri(path));
AbstractDownloadManagerFunctionalTest.java 233 String getServerUri(String path) throws MalformedURLException {
PublicApiFunctionalTest.java 81 assertEquals(getServerUri(REQUEST_PATH),

Completed in 198 milliseconds