Home
last modified time | relevance | path

Searched refs:FLAG_DISABLED_LOCKED_USER (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DUserLockStateChangedTask.java18 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
90 si.runtimeStatusFlags &= ~FLAG_DISABLED_LOCKED_USER; in execute()
98 si.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER; in execute()
DLoaderTask.java19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
510 info.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER; in loadWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/
DItemInfoWithIcon.java70 public static final int FLAG_DISABLED_LOCKED_USER = 1 << 5; field in ItemInfoWithIcon
74 FLAG_DISABLED_QUIET_USER | FLAG_DISABLED_BY_PUBLISHER | FLAG_DISABLED_LOCKED_USER;
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
219 (shortcut.runtimeStatusFlags & FLAG_DISABLED_LOCKED_USER) != 0) { in onClickAppShortcut()