Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java91 class InstantAppRegistry implements Watchable, Snappable { class
150 private final SnapshotCache<InstantAppRegistry> mSnapshot;
179 InstantAppRegistry.this.onChanged();
183 private SnapshotCache<InstantAppRegistry> makeCache() { in makeCache()
184 return new SnapshotCache<InstantAppRegistry>(this, this) { in makeCache()
186 public InstantAppRegistry createSnapshot() { in makeCache()
187 InstantAppRegistry s = new InstantAppRegistry(mSource); in makeCache()
193 public InstantAppRegistry(PackageManagerService service,
214 private InstantAppRegistry(InstantAppRegistry r) {
233 public InstantAppRegistry snapshot() {
DPackageManagerService.java954 private final InstantAppRegistry mInstantAppRegistry;
1364 public InstantAppRegistry instantAppRegistry;
1864 public final InstantAppRegistry instantAppRegistry;
2164 private final InstantAppRegistry mInstantAppRegistry;
7149 mInstantAppRegistry = new InstantAppRegistry(this, mPermissionManager); in PackageManagerService()
8935 InstantAppRegistry.DEFAULT_INSTALLED_INSTANT_APP_MIN_CACHE_PERIOD))) { in freeStorage()
8954 InstantAppRegistry.DEFAULT_UNINSTALLED_INSTANT_APP_MIN_CACHE_PERIOD))) { in freeStorage()
/frameworks/base/services/
Dart-profile29655 PLcom/android/server/pm/InstantAppRegistry$$ExternalSyntheticLambda0;-><init>(Lcom/android/server/p…
29656 PLcom/android/server/pm/InstantAppRegistry$$ExternalSyntheticLambda0;->compare(Ljava/lang/Object;Lj…
29657 PLcom/android/server/pm/InstantAppRegistry$$ExternalSyntheticLambda1;-><init>(J)V
29658 HPLcom/android/server/pm/InstantAppRegistry$$ExternalSyntheticLambda2;-><init>(Lcom/android/server/…
29659 PLcom/android/server/pm/InstantAppRegistry$$ExternalSyntheticLambda3;-><init>(Ljava/lang/String;)V
29660 HSPLcom/android/server/pm/InstantAppRegistry$1;-><init>(Lcom/android/server/pm/InstantAppRegistry;)V
29661 HSPLcom/android/server/pm/InstantAppRegistry$1;->onChange(Lcom/android/server/utils/Watchable;)V
29662 …m/android/server/pm/InstantAppRegistry$2;-><init>(Lcom/android/server/pm/InstantAppRegistry;Lcom/a…
29663 HSPLcom/android/server/pm/InstantAppRegistry$2;->createSnapshot()Lcom/android/server/pm/InstantAppR…
29664 HSPLcom/android/server/pm/InstantAppRegistry$2;->createSnapshot()Ljava/lang/Object;
[all …]