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;87 si.runtimeStatusFlags &= ~FLAG_DISABLED_LOCKED_USER; in execute()91 si.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER; in execute()
24 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;566 info.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER; in loadWorkspace()
70 public static final int FLAG_DISABLED_LOCKED_USER = 1 << 5; field in ItemInfoWithIcon74 | 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;222 || (shortcut.runtimeStatusFlags & FLAG_DISABLED_LOCKED_USER) != 0) { in handleDisabledItemClicked()