Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java725 private final InstantAppRegistry mInstantAppRegistry; field in PackageManagerService
1924 mInstantAppRegistry.onPackageInstalledLPw(res.pkg, res.newUsers); in handlePackagePostInstall()
2652 mInstantAppRegistry = new InstantAppRegistry(this); in PackageManagerService()
3244 mInstantAppRegistry.addInstantAppLPw(userId, ps.appId); in PackageManagerService()
4305 return !mInstantAppRegistry.isInstantAccessGranted(
4392 || mInstantAppRegistry.isInstantAccessGranted(callingUserId,
4421 || mInstantAppRegistry.isInstantAccessGranted(callingUserId,
4768 if (internalVolume && mInstantAppRegistry.pruneInstalledInstantApps(bytes,
4787 if (internalVolume && mInstantAppRegistry.pruneUninstalledInstantApps(bytes,
6275 && !mInstantAppRegistry.isInstantAccessGranted(
[all …]