Searched refs:hasDataScheme (Results 1 – 12 of 12) sorted by relevance
72 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) in getHandledDomains()73 || filter.hasDataScheme(IntentFilter.SCHEME_HTTPS))) { in getHandledDomains()
416 public final boolean hasDataScheme(String scheme) { in hasDataScheme() method in WatchedIntentFilter417 return mFilter.hasDataScheme(scheme); in hasDataScheme()
506 && (filter.hasDataScheme("http") || filter.hasDataScheme("https")) in computeResolveFilters()
608 && (filter.hasDataScheme(IntentFilter.SCHEME_HTTP) || in getHandledDomains()609 filter.hasDataScheme(IntentFilter.SCHEME_HTTPS))) { in getHandledDomains()
205 && intentFilter.hasDataScheme("package"); in testReceiverAndIntentFilter()
113 if (!f2.hasDataScheme(f1.getDataScheme(i))) { in filterEquals()
2573 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||2574 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) {
1074 public final boolean hasDataScheme(String scheme) { in hasDataScheme() method in IntentFilter
3955 if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) || in hasDomainURLs()3956 aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) { in hasDomainURLs()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
11406 method public final boolean hasDataScheme(String);
7884 method public final boolean hasDataScheme(java.lang.String);