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/
DownloadManagerFunctionalTest.java 157 Uri uri = getServerUri(DEFAULT_FILENAME);
195 Uri uri = getServerUri(DEFAULT_FILENAME);
226 Uri uri = getServerUri(DEFAULT_FILENAME);
267 Uri uri = getServerUri(DEFAULT_FILENAME);
283 Uri uri = getServerUri(DEFAULT_FILENAME);
294 Uri uri = getServerUri(DEFAULT_FILENAME);
335 Uri uri = getServerUri(DEFAULT_FILENAME);
364 Uri uri = getServerUri(DEFAULT_FILENAME);
DownloadManagerStressTest.java 82 Uri uri = getServerUri(DEFAULT_FILENAME + i);
DownloadManagerBaseTest.java 441 protected Uri getServerUri(String filename) throws Exception {
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 253 String getServerUri(String path) throws MalformedURLException, UnknownHostException {
AbstractPublicApiTest.java 218 return getRequest(getServerUri(REQUEST_PATH));
DownloadProviderFunctionalTest.java 159 values.put(Downloads.Impl.COLUMN_URI, getServerUri(path));
PublicApiFunctionalTest.java 112 assertEquals(getServerUri(REQUEST_PATH),
    [all...]

Completed in 101 milliseconds