Searched refs:SCHEME_HTTPS (Results 1 – 8 of 8) sorted by relevance
272 IntentFilter.SCHEME_HTTPS) in sendBroadcasts()
244 .isEqualTo(IntentFilter.SCHEME_HTTPS) in <lambda>()
317 public static final String SCHEME_HTTPS = "https"; 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()
1843 intentFilter.addDataScheme(IntentFilter.SCHEME_HTTPS); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
2869 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) {
4012 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) { in hasDomainURLs()
10713 Landroid/content/IntentFilter;->SCHEME_HTTPS:Ljava/lang/String;