HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_DISABLED_LOCKED_USER (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfoWithIcon.java 69 public static final int FLAG_DISABLED_LOCKED_USER = 1 << 5;
73 FLAG_DISABLED_QUIET_USER | FLAG_DISABLED_BY_PUBLISHER | FLAG_DISABLED_LOCKED_USER;
  /packages/apps/Launcher3/src/com/android/launcher3/model/
UserLockStateChangedTask.java 18 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
93 si.runtimeStatusFlags &= ~FLAG_DISABLED_LOCKED_USER;
101 si.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER;
LoaderTask.java 19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
502 info.runtimeStatusFlags |= FLAG_DISABLED_LOCKED_USER;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
ItemClickHandler.java 19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
184 (shortcut.runtimeStatusFlags & FLAG_DISABLED_LOCKED_USER) != 0) {

Completed in 106 milliseconds