Searched refs:handleAllWebDataURI (Results 1 – 13 of 13) sorted by relevance
197 public boolean handleAllWebDataURI; field in ResolveInfo439 handleAllWebDataURI = orig.handleAllWebDataURI; in ResolveInfo()509 dest.writeInt(handleAllWebDataURI ? 1 : 0); in writeToParcel()559 handleAllWebDataURI = source.readInt() != 0; in ResolveInfo()
167 public final boolean handleAllWebDataURI() { in handleAllWebDataURI() method in WatchedIntentFilter168 return mFilter.handleAllWebDataURI(); in handleAllWebDataURI()
144 if (nonBrowserOnly && bestChoice != null && bestChoice.handleAllWebDataURI) { in resolveIntentInternal()189 if (ri.handleAllWebDataURI) { in chooseBestActivity()210 ri.handleAllWebDataURI = browserCount == n; in chooseBestActivity()
307 if (riTargetUser.handleAllWebDataURI) { in createForwardingResolveInfo()
519 if (info.handleAllWebDataURI) { in filterCandidatesWithDomainPreferredActivitiesLPrBody()
1155 if (riTargetUser.handleAllWebDataURI) { in getCrossProfileDomainPreferredLpr()2433 if (!info.handleAllWebDataURI) { in isInstantAppResolutionAllowedBody()
205 if (info.activityInfo != null && info.handleAllWebDataURI) { in isBrowserApp()
1569 if (ri.handleAllWebDataURI) {1883 if (otherProfileList.get(0).getResolveInfo().handleAllWebDataURI) {1889 if (!info.getResolveInfo().handleAllWebDataURI) {
1185 res.handleAllWebDataURI = intentFilter.handleAllWebDataURI(); in newResult()
780 personalResolvedComponentInfos.get(0).getResolveInfoAt(0).handleAllWebDataURI = true; in testMiniResolver()
683 public final boolean handleAllWebDataURI() { in handleAllWebDataURI() method in IntentFilter
4429 field public boolean handleAllWebDataURI;
10689 Landroid/content/IntentFilter;->handleAllWebDataURI()Z