Home
last modified time | relevance | path

Searched refs:FLAG_MATCH_PINNED_BY_ANY_LAUNCHER (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt24 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
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java22 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()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java403 public static final int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER = 1 << 10; field in LauncherApps.ShortcutQuery
417 FLAG_MATCH_ALL_KINDS | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER;
459 FLAG_MATCH_PINNED_BY_ANY_LAUNCHER,
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java742 | ShortcutQuery.FLAG_MATCH_PINNED | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in getShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java2586 | 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()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java3192 ((queryFlags & ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER) != 0); in getShortcutsInnerLocked()
/frameworks/base/core/api/
Dcurrent.txt12277 field public static final int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER = 1024; // 0x400