Searched refs:FLAG_MATCH_PINNED (Results 1 – 5 of 5) sorted by relevance
313 public static final int FLAG_MATCH_PINNED = 1 << 1; field in LauncherApps.ShortcutQuery317 public static final int FLAG_GET_PINNED = FLAG_MATCH_PINNED;349 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED | FLAG_MATCH_MANIFEST;384 FLAG_MATCH_PINNED,
1965 /* 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()
1880 | ShortcutQuery.FLAG_MATCH_PINNED);
2621 final boolean matchPinned = (queryFlags & ShortcutQuery.FLAG_MATCH_PINNED) != 0; in getShortcutsInnerLocked()
11341 field public static final int FLAG_MATCH_PINNED = 2; // 0x2