Searched refs:FLAG_DISABLED_LOCKED_USER (Results 1 – 4 of 4) sorted by relevance
18 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()
326 info.runtimeStatusFlags or ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER in processAppOrDeepShortcut()
80 public static final int FLAG_DISABLED_LOCKED_USER = 1 << 5; field in ItemInfoWithIcon116 | FLAG_DISABLED_QUIET_USER | FLAG_DISABLED_BY_PUBLISHER | FLAG_DISABLED_LOCKED_USER
23 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;301 || (shortcut.runtimeStatusFlags & FLAG_DISABLED_LOCKED_USER) != 0) { in handleDisabledItemClicked()