Searched refs:handlesWebUris (Results 1 – 4 of 4) sorted by relevance
208 if (intent.handlesWebUris(false)) {256 || !intent.handlesWebUris(checkAutoVerify)) {
174 public final boolean handlesWebUris(boolean onlyWebSchemes) { in handlesWebUris() method in WatchedIntentFilter175 return mFilter.handlesWebUris(onlyWebSchemes); in handlesWebUris()
610 (handlesWebUris(false) && countDataAuthorities() == 0); in handleAllWebDataURI()629 public final boolean handlesWebUris(boolean onlyWebSchemes) { in handlesWebUris() method in IntentFilter680 return getAutoVerify() && handlesWebUris(true); in needsVerification()
13568 Landroid/content/IntentFilter;->handlesWebUris(Z)Z