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.model.data.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
91 si.runtimeStatusFlags &= ~FLAG_DISABLED_LOCKED_USER; in execute()
95 si.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER; in execute()
DWorkspaceItemProcessor.kt326 info.runtimeStatusFlags or ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER in processAppOrDeepShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java80 public static final int FLAG_DISABLED_LOCKED_USER = 1 << 5; field in ItemInfoWithIcon
116 | FLAG_DISABLED_QUIET_USER | FLAG_DISABLED_BY_PUBLISHER | FLAG_DISABLED_LOCKED_USER
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java23 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
301 || (shortcut.runtimeStatusFlags & FLAG_DISABLED_LOCKED_USER) != 0) { in handleDisabledItemClicked()