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.java49 mCallback.onInstallSessionCreated(PackageInstallInfo.fromInstallingState(sessionInfo)); in onCreated()
130 void onInstallSessionCreated(PackageInstallInfo info); in onInstallSessionCreated() method
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java423 public void onInstallSessionCreated(final PackageInstallInfo sessionInfo) { in onInstallSessionCreated() method in LauncherModel