Searched refs:registerTextFile (Results 1 – 2 of 2) sorted by relevance
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/ |
D | Offroad2FileDownloaderTest.java | 197 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_downloadConditionsNull_usesWifiOnly() 234 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_wifi() 279 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_wifi_notSettingTrafficTag() 304 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_extraHttpHeaders() 334 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_cellular() 386 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_whenPartialFile_whenMetadataNotPresent_getsFullFile() 427 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testStartDownloading_whenPartialFile_whenMetadataPresent_reusesPartialFile() 473 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testCancelDownload_notFinishedFuture() 514 testHttpServer.registerTextFile(TEST_DATA_ENDPOINT, TEST_DATA_PATH); in testCancelDownload_onAlreadySucceededFuture()
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/ |
D | TestHttpServer.java | 92 public void registerTextFile(String pattern, String filepath) { in registerTextFile() method in TestHttpServer
|