Home
last modified time | relevance | path

Searched refs:FLAG_MATCH_MANIFEST (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutManager.java79 public static final int FLAG_MATCH_MANIFEST = 1 << 0; field in ShortcutManager
104 FLAG_MATCH_MANIFEST,
191 FLAG_MATCH_MANIFEST, injectMyUserId()).getList(); in getManifestShortcuts()
DLauncherApps.java387 public static final int FLAG_MATCH_MANIFEST = 1 << 3; field in LauncherApps.ShortcutQuery
396 public static final int FLAG_GET_MANIFEST = FLAG_MATCH_MANIFEST;
419 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST | FLAG_MATCH_CACHED;
477 FLAG_MATCH_MANIFEST,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest7.java385 Integer.toString(ShortcutManager.FLAG_MATCH_MANIFEST), CALLING_PACKAGE_1), in testGetShortcuts()
398 Integer.toString(ShortcutManager.FLAG_MATCH_MANIFEST in testGetShortcuts()
DShortcutManagerTest1.java1561 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_MANIFEST), in testShortcutManagerGetShortcuts_shortcutTypes()
1578 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_DYNAMIC), in testShortcutManagerGetShortcuts_shortcutTypes()
1583 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()
1588 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()
2945 | ShortcutQuery.FLAG_MATCH_MANIFEST); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2563 final boolean matchManifest = (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0;
3062 final boolean matchManifest = (queryFlags & ShortcutQuery.FLAG_MATCH_MANIFEST) != 0;
4970 | ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_MANIFEST
DShortcutPackage.java1772 final boolean matchManifest = (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0; in dumpShortcuts()
DLauncherAppsService.java2376 final boolean matchManifest = (flags & ShortcutQuery.FLAG_MATCH_MANIFEST) != 0; in filterShortcutsByQuery()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt12570 field public static final int FLAG_MATCH_MANIFEST = 8; // 0x8
13633 field public static final int FLAG_MATCH_MANIFEST = 1; // 0x1