Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java161 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToExternal_fileExists()
198 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToExternal()
229 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToProhibitedDirectory()
270 Uri uri = getServerUri(DEFAULT_FILENAME); in testErrorTooManyRedirects()
286 Uri uri = getServerUri(DEFAULT_FILENAME); in testErrorUnhandledHttpCode()
297 Uri uri = getServerUri(DEFAULT_FILENAME); in testRelativeRedirect()
348 Uri uri = getServerUri(DEFAULT_FILENAME); in testSetTitle()
377 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadNoWifi()
H A DDownloadManagerStressTest.java85 Uri uri = getServerUri(DEFAULT_FILENAME + i); in testMultipleDownloads()
H A DDownloadManagerBaseTest.java446 protected Uri getServerUri(String filename) throws Exception { in getServerUri() method in DownloadManagerBaseTest
959 Uri uri = getServerUri(DEFAULT_FILENAME); in doEnqueue()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java730 .append(provider.getServerUri()).toString(); in getKey()