Searched refs:FLAG_MATCH_DYNAMIC (Results 1 – 13 of 13) sorted by relevance
22 import android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC in <lambda>()275 FLAG_MATCH_DYNAMIC or FLAG_MATCH_PINNED_BY_ANY_LAUNCHER or FLAG_MATCH_CACHED
86 public static final int FLAG_MATCH_DYNAMIC = 1 << 1; field in ShortcutManager105 FLAG_MATCH_DYNAMIC,171 FLAG_MATCH_DYNAMIC, injectMyUserId()).getList(); in getDynamicShortcuts()
361 public static final int FLAG_MATCH_DYNAMIC = 1 << 0; field in LauncherApps.ShortcutQuery365 public static final int FLAG_GET_DYNAMIC = FLAG_MATCH_DYNAMIC;419 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST | FLAG_MATCH_CACHED;475 FLAG_MATCH_DYNAMIC,
21 import static android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC;205 query.setQueryFlags(FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in getValidShortcutInfo()
381 Integer.toString(ShortcutManager.FLAG_MATCH_DYNAMIC), CALLING_PACKAGE_1), in testGetShortcuts()393 Integer.toString(ShortcutManager.FLAG_MATCH_DYNAMIC in testGetShortcuts()
1565 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), in testShortcutManagerGetShortcuts_shortcutTypes()1578 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_DYNAMIC), in testShortcutManagerGetShortcuts_shortcutTypes()1593 ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_PINNED), in testShortcutManagerGetShortcuts_shortcutTypes()1598 ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()1608 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), "s2", "s3"); in testShortcutManagerGetShortcuts_shortcutTypes()1613 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), "s3"); in testShortcutManagerGetShortcuts_shortcutTypes()1647 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), in testCachedShortcuts()1658 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), in testCachedShortcuts()1695 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), in testCachedShortcuts()1765 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC), in testCachedShortcuts_canPassShortcutLimit()[all …]
2095 q.setQueryFlags(ShortcutQuery.FLAG_MATCH_DYNAMIC | ShortcutQuery.FLAG_MATCH_PINNED);
2561 final boolean matchDynamic = (matchFlags & ShortcutManager.FLAG_MATCH_DYNAMIC) != 0;3060 final boolean matchDynamic = (queryFlags & ShortcutQuery.FLAG_MATCH_DYNAMIC) != 0;4970 | ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_MANIFEST
1770 final boolean matchDynamic = (matchFlags & ShortcutManager.FLAG_MATCH_DYNAMIC) != 0; in dumpShortcuts()
2374 final boolean matchDynamic = (flags & ShortcutQuery.FLAG_MATCH_DYNAMIC) != 0; in filterShortcutsByQuery()
754 @ShortcutQuery.QueryFlags int queryFlags = ShortcutQuery.FLAG_MATCH_DYNAMIC in getShortcuts()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12569 field public static final int FLAG_MATCH_DYNAMIC = 1; // 0x113632 field public static final int FLAG_MATCH_DYNAMIC = 2; // 0x2