Searched refs:FLAG_MANIFEST (Results 1 – 7 of 7) sorted by relevance
101 public static final int FLAG_MANIFEST = 1 << 5; field in ShortcutInfo172 FLAG_MANIFEST,1928 return hasFlags(FLAG_MANIFEST); in isDeclaredInManifest()1997 return hasFlags(FLAG_PINNED) || hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST) in isAlive()2003 return hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST); in usesQuota()
749 case ShortcutInfo.FLAG_MANIFEST: in flagToString()776 return ShortcutInfo.FLAG_MANIFEST; in parseFlag()
425 (enabled ? ShortcutInfo.FLAG_MANIFEST : ShortcutInfo.FLAG_DISABLED) in createShortcutFromManifest()
362 | ShortcutInfo.FLAG_MANIFEST | ShortcutInfo.FLAG_CACHED_ALL); in forceDeleteShortcutInner()671 si.clearFlags(ShortcutInfo.FLAG_DYNAMIC | ShortcutInfo.FLAG_MANIFEST); in deleteOrDisableWithId()1777 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0) in dumpShortcuts()
2380 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0) in filterShortcutsByQuery()
2567 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0)
13243 Landroid/content/pm/ShortcutInfo;->FLAG_MANIFEST:I