Home
last modified time | relevance | path

Searched refs:FLAG_MANIFEST (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java91 public static final int FLAG_MANIFEST = 1 << 5; field in ShortcutInfo
128 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()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java419 (enabled ? ShortcutInfo.FLAG_MANIFEST : ShortcutInfo.FLAG_DISABLED) in createShortcutFromManifest()
DShortcutPackage.java256 | ShortcutInfo.FLAG_MANIFEST); in forceDeleteShortcutInner()
424 oldShortcut.clearFlags(ShortcutInfo.FLAG_DYNAMIC | ShortcutInfo.FLAG_MANIFEST); in deleteOrDisableWithId()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16130 Landroid/content/pm/ShortcutInfo;->FLAG_MANIFEST:I