Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DInstallSessionTracker.java79 callback.onInstallSessionCreated(PackageInstallInfo.fromInstallingState(sessionInfo)); in onCreated()
199 void onInstallSessionCreated(@NonNull PackageInstallInfo info); in onInstallSessionCreated() method
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java433 public void onInstallSessionCreated(@NonNull final PackageInstallInfo sessionInfo) { in onInstallSessionCreated() method in LauncherModel