Searched refs:SCHEME_HTTP (Results 1 – 7 of 7) sorted by relevance
44 private static final String SCHEME_HTTP = "http"; field in WebAsset114 return SCHEME_HTTP.equals(getScheme()); in followInsecureInclude()
310 public static final String SCHEME_HTTP = "http"; field in IntentFilter718 SCHEME_HTTP.equals(scheme) || SCHEME_HTTPS.equals(scheme); in handlesWebUris()
12637 return scheme.equals(IntentFilter.SCHEME_HTTP) || scheme.equals(IntentFilter.SCHEME_HTTPS); in hasWebURI()
1842 intentFilter.addDataScheme(IntentFilter.SCHEME_HTTP); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
2868 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||
4011 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasDomainURLs()
10712 Landroid/content/IntentFilter;->SCHEME_HTTP:Ljava/lang/String;