Home
last modified time | relevance | path

Searched refs:FLAG_MATCH_DYNAMIC (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt22 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
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java86 public static final int FLAG_MATCH_DYNAMIC = 1 << 1; field in ShortcutManager
105 FLAG_MATCH_DYNAMIC,
171 FLAG_MATCH_DYNAMIC, injectMyUserId()).getList(); in getDynamicShortcuts()
DLauncherApps.java361 public static final int FLAG_MATCH_DYNAMIC = 1 << 0; field in LauncherApps.ShortcutQuery
365 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,
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java21 import static android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC;
205 query.setQueryFlags(FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in getValidShortcutInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest7.java381 Integer.toString(ShortcutManager.FLAG_MATCH_DYNAMIC), CALLING_PACKAGE_1), in testGetShortcuts()
393 Integer.toString(ShortcutManager.FLAG_MATCH_DYNAMIC in testGetShortcuts()
DShortcutManagerTest1.java1565 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 …]
DBaseShortcutManagerTest.java2095 q.setQueryFlags(ShortcutQuery.FLAG_MATCH_DYNAMIC | ShortcutQuery.FLAG_MATCH_PINNED);
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2561 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
DShortcutPackage.java1770 final boolean matchDynamic = (matchFlags & ShortcutManager.FLAG_MATCH_DYNAMIC) != 0; in dumpShortcuts()
DLauncherAppsService.java2374 final boolean matchDynamic = (flags & ShortcutQuery.FLAG_MATCH_DYNAMIC) != 0; in filterShortcutsByQuery()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java754 @ShortcutQuery.QueryFlags int queryFlags = ShortcutQuery.FLAG_MATCH_DYNAMIC in getShortcuts()
/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.txt12569 field public static final int FLAG_MATCH_DYNAMIC = 1; // 0x1
13632 field public static final int FLAG_MATCH_DYNAMIC = 2; // 0x2