Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java101 public static final int FLAG_MANIFEST = 1 << 5; field in ShortcutInfo
172 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()
DAppSearchShortcutInfo.java749 case ShortcutInfo.FLAG_MANIFEST: in flagToString()
776 return ShortcutInfo.FLAG_MANIFEST; in parseFlag()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java425 (enabled ? ShortcutInfo.FLAG_MANIFEST : ShortcutInfo.FLAG_DISABLED) in createShortcutFromManifest()
DShortcutPackage.java362 | 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()
DLauncherAppsService.java2380 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0) in filterShortcutsByQuery()
DShortcutService.java2567 | (matchManifest ? ShortcutInfo.FLAG_MANIFEST : 0)
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13243 Landroid/content/pm/ShortcutInfo;->FLAG_MANIFEST:I