Searched refs:hasDataScheme (Results 1 – 9 of 9) sorted by relevance
475 && (filter.hasDataScheme("http") || filter.hasDataScheme("https")) in computeResolveFilters()
1291 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasValidDomains()1292 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS)); in hasValidDomains()22017 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) ||22018 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS))) {
111 if (!f2.hasDataScheme(f1.getDataScheme(i))) { in filterEquals()
885 public final boolean hasDataScheme(String scheme) { in hasDataScheme() method in IntentFilter
4075 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasDomainURLs()4076 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);
10558 method public final boolean hasDataScheme(String);