Searched refs:handlesWebUris (Results 1 – 4 of 4) sorted by relevance
209 if (intentFilter.handlesWebUris(false)) {258 || !intentFilter.handlesWebUris(checkAutoVerify)) {
174 public final boolean handlesWebUris(boolean onlyWebSchemes) { in handlesWebUris() method in WatchedIntentFilter175 return mFilter.handlesWebUris(onlyWebSchemes); in handlesWebUris()
685 (handlesWebUris(false) && countDataAuthorities() == 0); in handleAllWebDataURI()704 public final boolean handlesWebUris(boolean onlyWebSchemes) { in handlesWebUris() method in IntentFilter755 return getAutoVerify() && handlesWebUris(true); in needsVerification()
10690 Landroid/content/IntentFilter;->handlesWebUris(Z)Z