Searched refs:URI_SHOULD_USE_HTTPS (Results 1 – 4 of 4) sorted by relevance
35 @VisibleForTesting String URI_SHOULD_USE_HTTPS = "The coordinator origin uri should use HTTPS."; field58 violations.add(URI_SHOULD_USE_HTTPS); in createEnabledInstance()
46 public static final String URI_SHOULD_USE_HTTPS = "The %s's %s should use HTTPS."; field in AdTechUriValidator111 violations.add(String.format(URI_SHOULD_USE_HTTPS, mClassName, mUriFieldName)); in addValidation()
69 String.format(CoordinatorOriginUriValidator.URI_SHOULD_USE_HTTPS)); in test_notHttpsScheme_hasViolation()
93 AdTechUriValidator.URI_SHOULD_USE_HTTPS, in testNotHttpsHost_hasViolation()