Home
last modified time | relevance | path

Searched refs:getServerUri (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DDownloadProviderFunctionalTest.java175 values.put(Downloads.Impl.COLUMN_URI, getServerUri(path)); in requestDownload()
DAbstractPublicApiTest.java238 return getRequest(getServerUri(REQUEST_PATH)); in getRequest()
DAbstractDownloadProviderFunctionalTest.java272 String getServerUri(String path) throws MalformedURLException, UnknownHostException { in getServerUri() method in AbstractDownloadProviderFunctionalTest
DPublicApiFunctionalTest.java112 assertEquals(getServerUri(REQUEST_PATH), in testBasicRequest()