Home
last modified time | relevance | path

Searched refs:isExcludedFromSurfaces (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java2264 public boolean isExcludedFromSurfaces(@Surface int surface) { in isExcludedFromSurfaces() method 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/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.txt13088 method public boolean isExcludedFromSurfaces(int);