Searched refs:allowsInsecureHttp (Results 1 – 1 of 1) sorted by relevance
121 private boolean allowsInsecureHttp = false; field in ManifestFileGroupPopulator.Builder145 Builder setAllowsInsecureHttp(boolean allowsInsecureHttp) { in setAllowsInsecureHttp() argument146 this.allowsInsecureHttp = allowsInsecureHttp; in setAllowsInsecureHttp()287 private final boolean allowsInsecureHttp; field in ManifestFileGroupPopulator312 this.allowsInsecureHttp = builder.allowsInsecureHttp; in ManifestFileGroupPopulator()488 || (!allowsInsecureHttp && !manifestFileFlag.getManifestFileUrl().startsWith("https"))) {