Home
last modified time | relevance | path

Searched refs:FLAG_MATCH_CACHED (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt21 import android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_CACHED in <lambda>()
275 FLAG_MATCH_DYNAMIC or FLAG_MATCH_PINNED_BY_ANY_LAUNCHER or FLAG_MATCH_CACHED
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java20 import static android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_CACHED;
206 | FLAG_MATCH_CACHED | FLAG_GET_PERSONS_DATA); in getValidShortcutInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest7.java377 Integer.toString(ShortcutManager.FLAG_MATCH_CACHED), CALLING_PACKAGE_1), in testGetShortcuts()
399 | ShortcutManager.FLAG_MATCH_CACHED), CALLING_PACKAGE_1), in testGetShortcuts()
DShortcutManagerTest1.java540 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testPushDynamicShortcut()
1573 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()
1588 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()
1598 ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()
1603 ShortcutManager.FLAG_MATCH_PINNED | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes()
1609 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), "s1", "s2"); in testShortcutManagerGetShortcuts_shortcutTypes()
1616 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), "s1", "s2"); in testShortcutManagerGetShortcuts_shortcutTypes()
1653 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testCachedShortcuts()
1660 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testCachedShortcuts()
1668 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testCachedShortcuts()
[all …]
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java100 public static final int FLAG_MATCH_CACHED = 1 << 3; field in ShortcutManager
107 FLAG_MATCH_CACHED,
DLauncherApps.java392 public static final int FLAG_MATCH_CACHED = 1 << 4; field in LauncherApps.ShortcutQuery
419 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST | FLAG_MATCH_CACHED;
478 FLAG_MATCH_CACHED,
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2564 final boolean matchCached = (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0;
3063 final boolean matchCached = (queryFlags & ShortcutQuery.FLAG_MATCH_CACHED) != 0;
4969 private int mShortcutMatchFlags = ShortcutManager.FLAG_MATCH_CACHED
DShortcutPackage.java1773 final boolean matchCached = (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0; in dumpShortcuts()
DLauncherAppsService.java2377 final boolean matchCached = (flags & ShortcutQuery.FLAG_MATCH_CACHED) != 0; in filterShortcutsByQuery()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java756 | ShortcutQuery.FLAG_MATCH_CACHED | ShortcutQuery.FLAG_GET_PERSONS_DATA; 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.txt12568 field public static final int FLAG_MATCH_CACHED = 16; // 0x10
13631 field public static final int FLAG_MATCH_CACHED = 8; // 0x8