Searched refs:SCHEME_HTTP (Results 1 – 9 of 9) sorted by relevance
44 private static final String SCHEME_HTTP = "http"; field in WebAsset114 return SCHEME_HTTP.equals(getScheme()); in followInsecureInclude()
72 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) in getHandledDomains()
130 filter.addDataScheme(IntentFilter.SCHEME_HTTP); in getHandledDomains_includeBrowsableIntentFiltersWithHttpDataScheme()
271 public static final String SCHEME_HTTP = "http"; field in IntentFilter643 SCHEME_HTTP.equals(scheme) || SCHEME_HTTPS.equals(scheme); in handlesWebUris()
11512 return scheme.equals(IntentFilter.SCHEME_HTTP) || scheme.equals(IntentFilter.SCHEME_HTTPS); in hasWebURI()
608 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) || in getHandledDomains()
2573 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||
3955 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasDomainURLs()
13590 Landroid/content/IntentFilter;->SCHEME_HTTP:Ljava/lang/String;