Home
last modified time | relevance | path

Searched refs:SURFACE_LAUNCHER (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java370 @IntDef(flag = true, value = {SURFACE_LAUNCHER})
377 public static final int SURFACE_LAUNCHER = 1 << 0; field in ShortcutInfo
2575 if (isExcludedFromSurfaces(SURFACE_LAUNCHER)) { in toStringInner()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java344 if (shortcut.isExcludedFromSurfaces(ShortcutInfo.SURFACE_LAUNCHER)) { in ensureAllShortcutsVisibleToLauncher()
409 if (newShortcut.isExcludedFromSurfaces(ShortcutInfo.SURFACE_LAUNCHER)) { in addOrReplaceDynamicShortcut()
482 if (newShortcut.isExcludedFromSurfaces(ShortcutInfo.SURFACE_LAUNCHER)) { in pushDynamicShortcut()
H A DShortcutService.java2296 !shortcut.isExcludedFromSurfaces(ShortcutInfo.SURFACE_LAUNCHER),
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1531 .setExcludedFromSurfaces(ShortcutInfo.SURFACE_LAUNCHER); in makeShortcutExcludedFromLauncher()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13102 field public static final int SURFACE_LAUNCHER = 1; // 0x1