Searched refs:SCHEME_HTTPS (Results 1 – 5 of 5) sorted by relevance
273 public static final String SCHEME_HTTPS = "https"; field in IntentFilter612 SCHEME_HTTP.equals(scheme) || SCHEME_HTTPS.equals(scheme); in handlesWebUris()
10854 return scheme.equals(IntentFilter.SCHEME_HTTP) || scheme.equals(IntentFilter.SCHEME_HTTPS); in hasWebURI()
827 || IntentFilter.SCHEME_HTTPS.equals(intent.getScheme()))1098 dataScheme.equals(IntentFilter.SCHEME_HTTPS));
1026 return IntentFilter.SCHEME_HTTPS; in getDefaultScheme()1247 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS)); in hasValidDomains()22487 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS))) {
4018 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) { in hasDomainURLs()