Home
last modified time | relevance | path

Searched refs:URI_TEMPLATE_OPTION (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DAppRemoteFileResolver.java106 @VisibleForTesting static final String URI_TEMPLATE_OPTION = "uri-template"; field in AppRemoteFileResolver
108 @Option(name = URI_TEMPLATE_OPTION)
146 String.format("%s=%s is empty", URI_TEMPLATE_OPTION, mUriTemplate)); in resolveRemoteFiles()
158 URI_TEMPLATE_OPTION, mUriTemplate, expanded), in resolveRemoteFiles()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java148 assertThat(thrown).hasMessageThat().contains(AppRemoteFileResolver.URI_TEMPLATE_OPTION); in emptyTemplate_throwsException()
182 assertThat(thrown).hasMessageThat().contains(AppRemoteFileResolver.URI_TEMPLATE_OPTION); in templateExpandsToInvalidUri_throwsException()
256 setter.setOptionValue("app:" + AppRemoteFileResolver.URI_TEMPLATE_OPTION, uriTemplate); in newResolverWithTemplate()