Searched refs:SCHEME_HTTPS (Results 1 – 4 of 4) sorted by relevance
265 public static final String SCHEME_HTTPS = "https"; field in IntentFilter570 SCHEME_HTTP.equals(scheme) || SCHEME_HTTPS.equals(scheme); in handlesWebUris()
728 dataScheme.equals(IntentFilter.SCHEME_HTTPS)); in onTargetSelected()
640 return IntentFilter.SCHEME_HTTPS; in getDefaultScheme()817 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS)); in hasValidDomains()4700 return scheme.equals(IntentFilter.SCHEME_HTTP) || scheme.equals(IntentFilter.SCHEME_HTTPS); in hasWebURI()15271 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS))) { in dumpDomainString()
2837 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) { in hasDomainURLs()