Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
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()
DDownloadManagerStressTest.java85 Uri uri = getServerUri(DEFAULT_FILENAME + i); in testMultipleDownloads()
DDownloadManagerBaseTest.java447 protected Uri getServerUri(String filename) throws Exception { in getServerUri() method in DownloadManagerBaseTest
960 Uri uri = getServerUri(DEFAULT_FILENAME); in doEnqueue()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DOsuWifiEntry.java102 final Uri serverUri = mOsuProvider.getServerUri(); in getTitle()
180 + osuProvider.getServerUri().toString(); in osuProviderToOsuWifiEntryKey()
321 sj.add("ServerUri:" + mOsuProvider.getServerUri()); in toString()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java730 .append(provider.getServerUri()).toString(); in getKey()