Home
last modified time | relevance | path

Searched refs:FLAG_MATCH_PINNED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java313 public static final int FLAG_MATCH_PINNED = 1 << 1; field in LauncherApps.ShortcutQuery
317 public static final int FLAG_GET_PINNED = FLAG_MATCH_PINNED;
349 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST;
384 FLAG_MATCH_PINNED,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1965 /* activity =*/ null, ShortcutQuery.FLAG_MATCH_PINNED in testPinShortcutAndGetPinnedShortcuts_multi()
1975 /* activity =*/ null, ShortcutQuery.FLAG_MATCH_PINNED in testPinShortcutAndGetPinnedShortcuts_multi()
1979 /* activity =*/ null, ShortcutQuery.FLAG_MATCH_PINNED), getCallingUser())) in testPinShortcutAndGetPinnedShortcuts_multi()
2268 ShortcutQuery.FLAG_MATCH_DYNAMIC | ShortcutQuery.FLAG_MATCH_PINNED in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
DBaseShortcutManagerTest.java1880 | ShortcutQuery.FLAG_MATCH_PINNED);
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2621 final boolean matchPinned = (queryFlags & ShortcutQuery.FLAG_MATCH_PINNED) != 0; in getShortcutsInnerLocked()
/frameworks/base/api/
Dcurrent.txt11341 field public static final int FLAG_MATCH_PINNED = 2; // 0x2