Searched refs:FLAG_MATCH_CACHED (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleDataRepository.kt | 22 import android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_CACHED in <lambda>() 196 FLAG_MATCH_DYNAMIC or FLAG_MATCH_PINNED_BY_ANY_LAUNCHER or FLAG_MATCH_CACHED
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ShortcutHelper.java | 20 import static android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_CACHED; 206 | FLAG_MATCH_CACHED | FLAG_GET_PERSONS_DATA); in getValidShortcutInfo()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 98 public static final int FLAG_MATCH_CACHED = 1 << 3; field in ShortcutManager 105 FLAG_MATCH_CACHED,
|
D | LauncherApps.java | 383 public static final int FLAG_MATCH_CACHED = 1 << 4; field in LauncherApps.ShortcutQuery 410 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST | FLAG_MATCH_CACHED; 458 FLAG_MATCH_CACHED,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest7.java | 374 Integer.toString(ShortcutManager.FLAG_MATCH_CACHED), CALLING_PACKAGE_1), in testGetShortcuts() 396 | ShortcutManager.FLAG_MATCH_CACHED), CALLING_PACKAGE_1), in testGetShortcuts()
|
D | ShortcutManagerTest1.java | 535 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testPushDynamicShortcut() 1517 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes() 1532 ShortcutManager.FLAG_MATCH_MANIFEST | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes() 1542 ShortcutManager.FLAG_MATCH_DYNAMIC | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes() 1547 ShortcutManager.FLAG_MATCH_PINNED | ShortcutManager.FLAG_MATCH_CACHED), in testShortcutManagerGetShortcuts_shortcutTypes() 1553 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), "s1", "s2"); in testShortcutManagerGetShortcuts_shortcutTypes() 1560 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), "s1", "s2"); in testShortcutManagerGetShortcuts_shortcutTypes() 1597 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testCachedShortcuts() 1604 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testCachedShortcuts() 1612 assertShortcutIds(mManager.getShortcuts(ShortcutManager.FLAG_MATCH_CACHED), in testCachedShortcuts() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2647 (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0; in getShortcuts() 3197 && ((queryFlags & ShortcutQuery.FLAG_MATCH_CACHED) == 0) in getShortcutsInnerLocked() 3213 final boolean matchCached = (queryFlags & ShortcutQuery.FLAG_MATCH_CACHED) != 0; in getShortcutsInnerLocked() 3229 final boolean matchCached = (queryFlags & ShortcutQuery.FLAG_MATCH_CACHED) != 0; in getFilterFromQuery() 4944 private int mShortcutMatchFlags = ShortcutManager.FLAG_MATCH_CACHED
|
D | LauncherAppsService.java | 1390 final boolean matchCached = (flags & ShortcutQuery.FLAG_MATCH_CACHED) != 0; in filterShortcutsByQuery()
|
D | ShortcutPackage.java | 1674 final boolean matchCached = (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0; in dumpShortcuts()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 743 | ShortcutQuery.FLAG_MATCH_CACHED | ShortcutQuery.FLAG_GET_PERSONS_DATA; in getShortcuts()
|
/frameworks/base/core/api/ |
D | current.txt | 12273 field public static final int FLAG_MATCH_CACHED = 16; // 0x10 13100 field public static final int FLAG_MATCH_CACHED = 8; // 0x8
|