Searched refs:FLAG_MANIFEST (Results 1 – 5 of 5) sorted by relevance
92 public static final int FLAG_MANIFEST = 1 << 5; field in ShortcutInfo150 FLAG_MANIFEST,1756 return hasFlags(FLAG_MANIFEST); in isDeclaredInManifest()1825 return hasFlags(FLAG_PINNED) || hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST) in isAlive()1831 return hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST); in usesQuota()
419 (enabled ? ShortcutInfo.FLAG_MANIFEST : ShortcutInfo.FLAG_DISABLED) in createShortcutFromManifest()
290 | ShortcutInfo.FLAG_MANIFEST | ShortcutInfo.FLAG_CACHED_ALL); in forceDeleteShortcutInner()538 oldShortcut.clearFlags(ShortcutInfo.FLAG_DYNAMIC | ShortcutInfo.FLAG_MANIFEST); in deleteOrDisableWithId()
1173 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0) in filterShortcutsByQuery()
2409 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0) in getShortcuts()