Searched defs:OP_REMOVE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java803 op = PackageUpdatedTask.OP_REMOVE;
2001 public static final int OP_REMOVE = 3; // uninstlled field in class:LauncherModel.PackageUpdatedTask
2032 case OP_REMOVE:
2092 if (mOp == OP_REMOVE || !removedApps.isEmpty()) {
2093 final boolean permanent = (mOp == OP_REMOVE);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java1063 op = PackageUpdatedTask.OP_REMOVE;
2456 public static final int OP_REMOVE = 3; // uninstlled field in class:LauncherModel.PackageUpdatedTask
2485 case OP_REMOVE:
2556 if (mOp == OP_REMOVE || !removedApps.isEmpty()) {
2557 final boolean packageRemoved = (mOp == OP_REMOVE);

Completed in 17 milliseconds