Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DInstallSessionTracker.java18 import static com.android.launcher3.pm.InstallSessionHelper.getUserHandle;
49 private final WeakReference<InstallSessionHelper> mWeakHelper;
61 InstallSessionTracker(@Nullable final InstallSessionHelper installerCompat, in InstallSessionTracker()
72 InstallSessionHelper helper = mWeakHelper.get(); in onCreated()
94 InstallSessionHelper helper = mWeakHelper.get(); in onFinished()
122 InstallSessionHelper helper = mWeakHelper.get(); in onProgressChanged()
138 InstallSessionHelper helper = mWeakHelper.get(); in onBadgingChanged()
151 @NonNull final InstallSessionHelper helper, @NonNull final Callback callback) { in pushSessionDisplayToLauncher()
165 @NonNull final InstallSessionHelper helper) { in getActiveSessionMap()
DInstallSessionHelper.java55 public class InstallSessionHelper implements SafeCloseable { class
68 public static final MainThreadInitializedObject<InstallSessionHelper> INSTANCE =
69 new MainThreadInitializedObject<>(InstallSessionHelper::new);
86 public InstallSessionHelper(@NonNull final Context context) { in InstallSessionHelper() method in InstallSessionHelper
DPackageInstallInfo.java43 this.user = InstallSessionHelper.getUserHandle(info); in PackageInstallInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DSessionCommitReceiver.java32 import com.android.launcher3.pm.InstallSessionHelper;
68 InstallSessionHelper packageInstallerCompat = InstallSessionHelper.INSTANCE.get(context); in processIntent()
DLauncherAppState.java51 import com.android.launcher3.pm.InstallSessionHelper;
163 InstallSessionHelper.INSTANCE.get(context).registerInstallTracker(mModel); in LauncherAppState()
DLauncherPrefs.kt27 import com.android.launcher3.pm.InstallSessionHelper in <lambda>()
265 @JvmField val PROMISE_ICON_IDS = backedUpItem(InstallSessionHelper.PROMISE_ICON_IDS, "") in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DAddWorkspaceItemsTask.java42 import com.android.launcher3.pm.InstallSessionHelper;
127 InstallSessionHelper packageInstaller = in execute()
128 InstallSessionHelper.INSTANCE.get(context); in execute()
DFirstScreenBroadcastHelper.kt33 import com.android.launcher3.pm.InstallSessionHelper in <lambda>()
179 if (!myUser.equals(InstallSessionHelper.getUserHandle(entry.value))) return@forEach in <lambda>()
DLoaderTask.java87 import com.android.launcher3.pm.InstallSessionHelper;
144 private final InstallSessionHelper mSessionHelper;
176 mSessionHelper = InstallSessionHelper.INSTANCE.get(mApp.getContext()); in LoaderTask()
DFirstScreenBroadcast.java22 import static com.android.launcher3.pm.InstallSessionHelper.getUserHandle;
DGridSizeMigrationUtil.java50 import com.android.launcher3.pm.InstallSessionHelper;
337 InstallSessionHelper.INSTANCE.get(context) in getValidPackages()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplBindWidgetTest.java53 import com.android.launcher3.pm.InstallSessionHelper;
282 InstallSessionHelper.INSTANCE.get(mTargetContext).getActiveSessions() in getInvalidWidgetInfo()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java63 import com.android.launcher3.pm.InstallSessionHelper;
251 InstallSessionHelper.INSTANCE.get(launcher) in onClickPendingAppItem()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java66 import com.android.launcher3.pm.InstallSessionHelper;
299 && InstallSessionHelper.INSTANCE.get(mContext) in getShortcutInfoBadgeItem()