Searched refs:hasDataScheme (Results 1 – 8 of 8) sorted by relevance
475 && (filter.hasDataScheme("http") || filter.hasDataScheme("https")) in computeResolveFilters()
1239 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasValidDomains()1240 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS)); in hasValidDomains()22582 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) ||22583 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS))) {
111 if (!f2.hasDataScheme(f1.getDataScheme(i))) { in filterEquals()
887 public final boolean hasDataScheme(String scheme) { in hasDataScheme() method in IntentFilter
4017 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasDomainURLs()4018 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) { in hasDomainURLs()
3834 HSPLandroid/content/IntentFilter;->hasDataScheme(Ljava/lang/String;)Z
7884 method public final boolean hasDataScheme(java.lang.String);
10548 method public final boolean hasDataScheme(String);