Home
last modified time | relevance | path

Searched refs:canViewInstantApps (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDeletePackageHelper.java674 final boolean canViewInstantApps = snapshot.canViewInstantApps(callingUid, userId); in deletePackageVersionedInternal()
776 || canViewInstantApps; in deletePackageVersionedInternal()
H A DComputerEngine.java2008 public final boolean canViewInstantApps(int callingUid, int userId) { in canViewInstantApps() method in ComputerEngine
2289 || canViewInstantApps(callingUid, userId) in isInstantAppInternalBody()
2487 if (canViewInstantApps(callingUid, userId)) { in shouldFilterApplication()
2710 || (wantMatchInstant && canViewInstantApps(callingUid, userId)); in updateFlagsForResolve()
3596 final boolean canViewInstantApps = canViewInstantApps(callingUid, callingUserId); in currentToCanonicalPackageNames()
3604 || canViewInstantApps in currentToCanonicalPackageNames()
3621 final boolean canViewInstantApps = canViewInstantApps(callingUid, callingUserId); in canonicalToCurrentPackageNames()
3630 || canViewInstantApps in canonicalToCurrentPackageNames()
4272 if (canViewInstantApps(callingUid, callingUserId)) { in getAllPackages()
H A DComputer.java211 boolean canViewInstantApps(int callingUid, int userId); in canViewInstantApps() method
H A DPackageManagerInternalBase.java515 return snapshot().canViewInstantApps(callingUid, userId); in canAccessInstantApps()
H A DPackageManagerService.java5137 if (!snapshot.canViewInstantApps(Binder.getCallingUid(), userId)) {
5155 if (!snapshot.canViewInstantApps(Binder.getCallingUid(), userId)) {
H A DInstallPackageHelper.java674 if (!snapshot.canViewInstantApps(callingUid, UserHandle.getUserId(callingUid))) { in installExistingPackageAsUser()
/aosp14/frameworks/base/services/
H A Dart-profile5684 HSPLcom/android/server/pm/ComputerEngine;->canViewInstantApps(II)Z+]Landroid/content/Context;Landro…