HomeSort by relevance Sort by last modified time
    Searched refs:PackageInstallerCompat (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/compat/
PackageInstallerCompat.java 23 public abstract class PackageInstallerCompat {
30 private static PackageInstallerCompat sInstance;
32 public static PackageInstallerCompat getInstance(Context context) {
PackageInstallerCompatVL.java 35 public class PackageInstallerCompatVL extends PackageInstallerCompat {
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageInstallStateChangedTask.java 27 import com.android.launcher3.compat.PackageInstallerCompat;
28 import com.android.launcher3.compat.PackageInstallerCompat.PackageInstallInfo;
45 if (mInstallInfo.state == PackageInstallerCompat.STATUS_INSTALLED) {
60 if (mInstallInfo.state == PackageInstallerCompat.STATUS_FAILED) {
GridSizeMigrationTask.java 28 import com.android.launcher3.compat.PackageInstallerCompat;
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
PackageInstallStateChangedTaskTest.java 6 import com.android.launcher3.compat.PackageInstallerCompat;
7 import com.android.launcher3.compat.PackageInstallerCompat.PackageInstallInfo;
26 installInfo.state = PackageInstallerCompat.STATUS_INSTALLING;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 27 import com.android.launcher3.compat.PackageInstallerCompat;
131 PackageInstallerCompat.getInstance(mContext).onStop();
LauncherModel.java 45 import com.android.launcher3.compat.PackageInstallerCompat;
46 import com.android.launcher3.compat.PackageInstallerCompat.PackageInstallInfo;
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
BindWidgetTest.java 39 import com.android.launcher3.compat.PackageInstallerCompat;
311 return PackageInstallerCompat.getInstance(mTargetContext)

Completed in 148 milliseconds