Searched refs:FLAG_DISABLED_LOCKED_USER (Results 1 – 4 of 4) sorted by relevance
18 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()
19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;510 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;
19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;219 (shortcut.runtimeStatusFlags & FLAG_DISABLED_LOCKED_USER) != 0) { in onClickAppShortcut()