Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DEphemeralApplicationRegistry.java62 class EphemeralApplicationRegistry { class
93 public EphemeralApplicationRegistry(PackageManagerService service) { in EphemeralApplicationRegistry() method in EphemeralApplicationRegistry
DPackageManagerService.java637 private final EphemeralApplicationRegistry mEphemeralApplicationRegistry;
2836 mEphemeralApplicationRegistry = new EphemeralApplicationRegistry(this); in PackageManagerService()