Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DFreeStorageHelper.java131 if (mPm.mInstantAppRegistry.pruneInstalledInstantApps(computer, bytes, in freeStorage()
154 if (mPm.mInstantAppRegistry.pruneUninstalledInstantApps(computer, bytes, in freeStorage()
DPackageManagerService.java719 final InstantAppRegistry mInstantAppRegistry; field in PackageManagerService
1091 instantAppRegistry = mInstantAppRegistry.snapshot(); in Snapshot()
1111 instantAppRegistry = mInstantAppRegistry; in Snapshot()
1829 if (mInstantAppRegistry != null) { in registerObservers()
1830 mInstantAppRegistry.registerObserver(mWatcher); in registerObservers()
1890 mInstantAppRegistry = testParams.instantAppRegistry; in PackageManagerService()
2113 mInstantAppRegistry = new InstantAppRegistry(mContext, mPermissionManager, in PackageManagerService()
2460 mInstantAppRegistry.addInstantApp(userId, packageState.getAppId()); in PackageManagerService()
4385 mInstantAppRegistry.onUserRemoved(userId);
4790 mInstantAppRegistry.deleteInstantApplicationMetadata(packageName, userId);
[all …]
DComputerEngine.java400 private final InstantAppRegistry mInstantAppRegistry; field in ComputerEngine
453 mInstantAppRegistry = args.instantAppRegistry; in ComputerEngine()
2367 || mInstantAppRegistry.isInstantAccessGranted( in isInstantAppInternalBody()
2580 return !mInstantAppRegistry.isInstantAccessGranted( in shouldFilterApplication()
3691 || mInstantAppRegistry.isInstantAccessGranted(callingUserId, in currentToCanonicalPackageNames()
3717 || mInstantAppRegistry.isInstantAccessGranted(callingUserId, in canonicalToCurrentPackageNames()
4370 && !mInstantAppRegistry.isInstantAccessGranted(callingUserId, in getAllPackages()
DDeletePackageHelper.java256 mPm.mInstantAppRegistry.onPackageUninstalled(pkg, uninstalledPs, in deletePackageX()
DInstallPackageHelper.java454 mPm.mInstantAppRegistry.addInstantApp(userId, pkgSetting.getAppId()); in commitReconciledScanResultLocked()