Home
last modified time | relevance | path

Searched refs:FLAG_SYSTEM_YES (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java85 public static final int FLAG_SYSTEM_YES = 1 << 6; field in ItemInfoWithIcon
92 public static final int FLAG_SYSTEM_MASK = FLAG_SYSTEM_YES | FLAG_SYSTEM_NO;
DAppInfo.java203 info.runtimeStatusFlags |= appInfo.isSystem() ? FLAG_SYSTEM_YES : FLAG_SYSTEM_NO; in updateRuntimeFlagsForActivityTarget()