Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java637 private final EphemeralApplicationRegistry mEphemeralApplicationRegistry; field in PackageManagerService
1847 mEphemeralApplicationRegistry.onPackageInstalledLPw(res.pkg); in handlePackagePostInstall()
2836 mEphemeralApplicationRegistry = new EphemeralApplicationRegistry(this); in PackageManagerService()
6377 List<EphemeralApplicationInfo> ephemeralApps = mEphemeralApplicationRegistry
6420 return mEphemeralApplicationRegistry.getEphemeralApplicationCookieLPw(
6438 return mEphemeralApplicationRegistry.setEphemeralApplicationCookieLPw(
6455 return mEphemeralApplicationRegistry.getEphemeralApplicationIconLPw(
15604 mEphemeralApplicationRegistry.onPackageUninstalledLPw(uninstalledPs.pkg);
20296 mEphemeralApplicationRegistry.onUserRemovedLPw(userHandle);