Searched refs:handlesWebUris (Results 1 – 2 of 2) sorted by relevance
537 (handlesWebUris(false) && countDataAuthorities() == 0); in handleAllWebDataURI()556 public final boolean handlesWebUris(boolean onlyWebSchemes) { in handlesWebUris() method in IntentFilter607 return getAutoVerify() && handlesWebUris(true); in needsVerification()
12482 if (filter.handlesWebUris(true) && needsNetworkVerificationLPr(filter)) { in verifyIntentFiltersIfNeeded()