Home
last modified time | relevance | path

Searched refs:queryArgs (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DGcsRemoteFileResolver.java108 private void fetchResourceWithRetry(String path, Map<String, String> queryArgs, File destFile) in fetchResourceWithRetry() argument
111 String timeoutStringValue = queryArgs.get(RETRY_TIMEOUT_MS_ARG); in fetchResourceWithRetry()
132 String path, Map<String, String> queryArgs, File destFile) throws IOException { in fetchResourceWithRetryParallel() argument
133 String unzipValue = queryArgs.get(DynamicRemoteFileResolver.UNZIP_KEY); in fetchResourceWithRetryParallel()
161 fetchResourceWithRetry(path, queryArgs, destFile); in fetchResourceWithRetryParallel()
DIRemoteFileResolver.java56 File consideredFile, Map<String, String> queryArgs) throws BuildRetrievalError { in resolveRemoteFiles() argument
103 public RemoteFileResolverArgs addQueryArgs(Map<String, String> queryArgs) { in addQueryArgs() argument
104 mQueryArgs.putAll(queryArgs); in addQueryArgs()
/tools/tradefederation/core/src/com/android/tradefed/config/
DRemoteFileResolver.java86 Map<String, String> queryArgs = new HashMap<>(); in resolveRemoteFile() local
93 queryArgs.put(splits[0], splits[1]); in resolveRemoteFile()
96 args.addQueryArgs(queryArgs); in resolveRemoteFile()
DDynamicRemoteFileResolver.java349 Map<String, String> queryArgs; in resolvePartialDownloadZip() local
354 queryArgs = parseQuery(uri.getQuery()); in resolvePartialDownloadZip()
361 queryArgs.put("partial_download_dir", destDir.getAbsolutePath()); in resolvePartialDownloadZip()
363 queryArgs.put("include_filters", String.join(";", includeFilters)); in resolvePartialDownloadZip()
366 queryArgs.put("exclude_filters", String.join(";", excludeFilters)); in resolvePartialDownloadZip()
374 .addQueryArgs(queryArgs) in resolvePartialDownloadZip()
378 if (isOptional(queryArgs)) { in resolvePartialDownloadZip()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java423 Map<String, String> queryArgs = new HashMap<>(); in testResolvePartialDownloadZip() local
424 queryArgs.put("partial_download_dir", "/tmp"); in testResolvePartialDownloadZip()
425 queryArgs.put("include_filters", "test1;test2"); in testResolvePartialDownloadZip()
426 queryArgs.put("exclude_filters", "[.]config"); in testResolvePartialDownloadZip()
430 .addQueryArgs(queryArgs) in testResolvePartialDownloadZip()
446 Map<String, String> queryArgs = new HashMap<>(); in testResolvePartialDownloadZip_optional() local
447 queryArgs.put("partial_download_dir", "/tmp"); in testResolvePartialDownloadZip_optional()
448 queryArgs.put("include_filters", "test1;test2"); in testResolvePartialDownloadZip_optional()
449 queryArgs.put("exclude_filters", "[.]config"); in testResolvePartialDownloadZip_optional()
450 queryArgs.put("optional", "true"); in testResolvePartialDownloadZip_optional()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/config/remote/
DGcsRemoteFileResolverTest.java92 Map<String, String> queryArgs = new HashMap<>(); in testResolveWithTimeout() local
93 queryArgs.put("retry_timeout_ms", "5000"); in testResolveWithTimeout()
94 args.addQueryArgs(queryArgs); in testResolveWithTimeout()
/tools/dexter/testdata/expected/
Dmedium.compact_cfg95494 .local v4, "queryArgs", java.lang.String[]