Home
last modified time | relevance | path

Searched refs:areWebInstantAppsDisabled (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2772 final boolean blockInstant = intent.isWebIntent() && areWebInstantAppsDisabled(userId); in filterCandidatesWithDomainPreferredActivitiesLPrBody()
3035 final boolean blockInstant = intent.isWebIntent() && areWebInstantAppsDisabled(userId); in applyPostResolutionFilter()
3956 private boolean areWebInstantAppsDisabled(int userId) { in areWebInstantAppsDisabled() method in PackageManagerService.ComputerEngine
4217 } else if (areWebInstantAppsDisabled(userId)) { in isInstantAppResolutionAllowed()
/aosp12/frameworks/base/services/
H A Dart-profile30528 HSPLcom/android/server/pm/PackageManagerService$ComputerEngine;->areWebInstantAppsDisabled(I)Z+]Lco…