Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutRequest.java44 | ShortcutQuery.FLAG_MATCH_MANIFEST | ShortcutQuery.FLAG_MATCH_PINNED;
46 | ShortcutQuery.FLAG_MATCH_MANIFEST;
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java77 public static final int FLAG_MATCH_MANIFEST = 1 << 0; field in ShortcutManager
102 FLAG_MATCH_MANIFEST,
190 FLAG_MATCH_MANIFEST, injectMyUserId())).getList(); in getManifestShortcuts()
H A DLauncherApps.java378 public static final int FLAG_MATCH_MANIFEST = 1 << 3; field in LauncherApps.ShortcutQuery
387 public static final int FLAG_GET_MANIFEST = FLAG_MATCH_MANIFEST;
410 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST | FLAG_MATCH_CACHED;
457 FLAG_MATCH_MANIFEST,
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest7.java382 Integer.toString(ShortcutManager.FLAG_MATCH_MANIFEST), CALLING_PACKAGE_1), in testGetShortcuts()
395 Integer.toString(ShortcutManager.FLAG_MATCH_MANIFEST in testGetShortcuts()
H A DShortcutManagerTest1.java1505 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_MANIFEST), in testShortcutManagerGetShortcuts_shortcutTypes()
1522 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_DYNAMIC), in testShortcutManagerGetShortcuts_shortcutTypes()
1527 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()
1532 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()
2889 | ShortcutQuery.FLAG_MATCH_MANIFEST); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2658 (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0; in getShortcuts()
3214 && ((queryFlags & ShortcutQuery.FLAG_MATCH_MANIFEST) == 0); in getShortcutsInnerLocked()
3227 final boolean matchManifest = (queryFlags & ShortcutQuery.FLAG_MATCH_MANIFEST) != 0; in getShortcutsInnerLocked()
3243 final boolean matchManifest = (queryFlags & ShortcutQuery.FLAG_MATCH_MANIFEST) != 0; in getFilterFromQuery()
4960 | ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_MANIFEST
H A DLauncherAppsService.java1389 final boolean matchManifest = (flags & ShortcutQuery.FLAG_MATCH_MANIFEST) != 0; in filterShortcutsByQuery()
H A DShortcutPackage.java1673 final boolean matchManifest = (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0; in dumpShortcuts()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt12282 field public static final int FLAG_MATCH_MANIFEST = 8; // 0x8
13109 field public static final int FLAG_MATCH_MANIFEST = 1; // 0x1