Home
last modified time | relevance | path

Searched refs:shouldLetInstallerDecide (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DInstantAppResolveInfo.java115 @Nullable Bundle extras, boolean shouldLetInstallerDecide) { in InstantAppResolveInfo() argument
131 mShouldLetInstallerDecide = shouldLetInstallerDecide; in InstantAppResolveInfo()
156 public boolean shouldLetInstallerDecide() { in shouldLetInstallerDecide() method in InstantAppResolveInfo
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java339 && filter.resolveInfo.shouldLetInstallerDecide()); in buildEphemeralInstallerIntent()
370 if (requiresPrefixMatch && instantAppResolveInfo.shouldLetInstallerDecide()) { in filterInstantAppIntent()
438 if (instantAppInfo.shouldLetInstallerDecide()) { in computeResolveFilters()
/frameworks/base/api/
Dsystem-current.txt1525 method public boolean shouldLetInstallerDecide();