Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DSessionCommitReceiver.java19 import static com.android.launcher3.pm.InstallSessionHelper.getUserHandle;
43 import com.android.launcher3.pm.InstallSessionHelper;
80 InstallSessionHelper packageInstallerCompat = InstallSessionHelper.INSTANCE.get(context); in onReceive()
DLauncherAppState.java38 import com.android.launcher3.pm.InstallSessionHelper;
109 mInstallSessionTracker = InstallSessionHelper.INSTANCE.get(context) in LauncherAppState()
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DInstallSessionHelper.java54 public class InstallSessionHelper { class
62 public static final MainThreadInitializedObject<InstallSessionHelper> INSTANCE =
63 new MainThreadInitializedObject<>(InstallSessionHelper::new);
72 public InstallSessionHelper(Context context) { in InstallSessionHelper() method in InstallSessionHelper
DInstallSessionTracker.java18 import static com.android.launcher3.pm.InstallSessionHelper.getUserHandle;
34 private final InstallSessionHelper mInstallerCompat;
37 InstallSessionTracker(InstallSessionHelper installerCompat, Callback callback) { in InstallSessionTracker()
DPackageInstallInfo.java41 this.user = InstallSessionHelper.getUserHandle(info); in PackageInstallInfo()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DAddWorkspaceItemsTask.java36 import com.android.launcher3.pm.InstallSessionHelper;
96 InstallSessionHelper packageInstaller = in execute()
97 InstallSessionHelper.INSTANCE.get(app.getContext()); in execute()
DLoaderTask.java77 import com.android.launcher3.pm.InstallSessionHelper;
124 private final InstallSessionHelper mSessionHelper;
141 mSessionHelper = InstallSessionHelper.INSTANCE.get(mApp.getContext()); in LoaderTask()
DGridSizeMigrationTaskV2.java47 import com.android.launcher3.pm.InstallSessionHelper;
345 InstallSessionHelper.INSTANCE.get(context) in getValidPackages()
DGridSizeMigrationTask.java37 import com.android.launcher3.pm.InstallSessionHelper;
1011 InstallSessionHelper.INSTANCE.get(context)
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DBindWidgetTest.java44 import com.android.launcher3.pm.InstallSessionHelper;
288 InstallSessionHelper.INSTANCE.get(mTargetContext).getActiveSessions() in getInvalidWidgetInfo()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java56 import com.android.launcher3.pm.InstallSessionHelper;
178 SessionInfo sessionInfo = InstallSessionHelper.INSTANCE.get(launcher) in startMarketIntentForPackage()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java82 import com.android.launcher3.pm.InstallSessionHelper;
127 Arrays.asList(UserCache.INSTANCE, InstallSessionHelper.INSTANCE,