Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDataRepository.kt22 import android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER in <lambda>()
183 FLAG_MATCH_DYNAMIC or FLAG_MATCH_PINNED_BY_ANY_LAUNCHER or FLAG_MATCH_CACHED
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java21 import static android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER;
196 FLAG_MATCH_DYNAMIC | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER | FLAG_MATCH_CACHED); in getValidShortcutInfo()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java386 public static final int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER = 1 << 10; field in LauncherApps.ShortcutQuery
400 FLAG_MATCH_ALL_KINDS | FLAG_MATCH_PINNED_BY_ANY_LAUNCHER;
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java469 | ShortcutQuery.FLAG_MATCH_PINNED | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER; in getShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java2448 | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER), getCallingUser())) in testPinShortcutAndGetPinnedShortcuts_multi()
2458 | ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER), getCallingUser())) in testPinShortcutAndGetPinnedShortcuts_multi()
2660 ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER); in testPinShortcutAndGetPinnedShortcuts_assistant()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2921 ((queryFlags & ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER) != 0); in getShortcutsInnerLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt11736 field public static final int FLAG_MATCH_PINNED_BY_ANY_LAUNCHER = 1024; // 0x400