Searched refs:FLAG_MANIFEST (Results 1 – 4 of 4) sorted by relevance
91 public static final int FLAG_MANIFEST = 1 << 5; field in ShortcutInfo128 FLAG_MANIFEST,1704 return hasFlags(FLAG_MANIFEST); in isDeclaredInManifest()1767 return hasFlags(FLAG_PINNED) || hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST); in isAlive()1772 return hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST); in usesQuota()
419 (enabled ? ShortcutInfo.FLAG_MANIFEST : ShortcutInfo.FLAG_DISABLED) in createShortcutFromManifest()
256 | ShortcutInfo.FLAG_MANIFEST); in forceDeleteShortcutInner()424 oldShortcut.clearFlags(ShortcutInfo.FLAG_DYNAMIC | ShortcutInfo.FLAG_MANIFEST); in deleteOrDisableWithId()
16130 Landroid/content/pm/ShortcutInfo;->FLAG_MANIFEST:I