Searched refs:FLAG_MATCH_PINNED_BY_ANY_LAUNCHER (Results 1 – 7 of 7) sorted by relevance
24 import android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in <lambda>()196 FLAG_MATCH_DYNAMIC or FLAG_MATCH_PINNED_BY_ANY_LAUNCHER or FLAG_MATCH_CACHED
22 import static android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER;205 query.setQueryFlags(FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in getValidShortcutInfo()
403 public static final int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER = 1 << 10; field in LauncherApps.ShortcutQuery417 FLAG_MATCH_ALL_KINDS | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER;459 FLAG_MATCH_PINNED_BY_ANY_LAUNCHER,
742 | ShortcutQuery.FLAG_MATCH_PINNED | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in getShortcuts()
2586 | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER), getCallingUser())) in testPinShortcutAndGetPinnedShortcuts_multi()2596 | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER), getCallingUser())) in testPinShortcutAndGetPinnedShortcuts_multi()2798 ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER); in testPinShortcutAndGetPinnedShortcuts_assistant()
3192 ((queryFlags & ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER) != 0); in getShortcutsInnerLocked()
12277 field public static final int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER = 1024; // 0x400