Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DDeletePackageHelper.java697 final boolean canViewInstantApps = snapshot.canViewInstantApps(callingUid, userId); in deletePackageVersionedInternal()
822 || canViewInstantApps; in deletePackageVersionedInternal()
DComputerEngine.java2061 public final boolean canViewInstantApps(int callingUid, int userId) { in canViewInstantApps() method in ComputerEngine
2366 || canViewInstantApps(callingUid, userId) in isInstantAppInternalBody()
2571 if (canViewInstantApps(callingUid, userId)) { in shouldFilterApplication()
2822 || (wantMatchInstant && canViewInstantApps(callingUid, userId)); in updateFlagsForResolve()
3682 final boolean canViewInstantApps = canViewInstantApps(callingUid, callingUserId); in currentToCanonicalPackageNames()
3690 || canViewInstantApps in currentToCanonicalPackageNames()
3707 final boolean canViewInstantApps = canViewInstantApps(callingUid, callingUserId); in canonicalToCurrentPackageNames()
3716 || canViewInstantApps in canonicalToCurrentPackageNames()
4351 if (canViewInstantApps(callingUid, callingUserId)) { in getAllPackages()
DComputer.java214 boolean canViewInstantApps(int callingUid, int userId); in canViewInstantApps() method
DPackageManagerInternalBase.java526 return snapshot().canViewInstantApps(callingUid, userId); in canAccessInstantApps()
DPackageManagerService.java5177 if (!snapshot.canViewInstantApps(Binder.getCallingUid(), userId)) {
5195 if (!snapshot.canViewInstantApps(Binder.getCallingUid(), userId)) {
DInstallPackageHelper.java700 if (!snapshot.canViewInstantApps(callingUid, UserHandle.getUserId(callingUid))) { in installExistingPackageAsUser()
/frameworks/base/services/
Dart-profile2280 HSPLcom/android/server/pm/ComputerEngine;->canViewInstantApps(II)Z+]Landroid/content/Context;Landro…
Dart-wear-profile17876 PLcom/android/server/pm/ComputerEngine;->canViewInstantApps(II)Z