Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java465 && (si.isDeclaredInManifest() || si.isDynamic()))); in filterByActivity()
608 assertTrue("ID " + s.getId(), s.isDeclaredInManifest()); in assertAllManifest()
616 assertFalse("ID " + s.getId(), s.isDeclaredInManifest()); in assertAllNotManifest()
652 assertFalse(si.isDeclaredInManifest()); in assertPinnedOnly()
850 filter(mList, ShortcutInfo::isDeclaredInManifest)); in selectManifest()
861 && !(si.isDynamic() || si.isDeclaredInManifest())))); in selectFloating()
951 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.isDeclaredInManifest())); in areAllManifest()
956 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.isDeclaredInManifest())); in areAllNotManifest()
985 s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllFloating()
991 !(s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic()))); in areAllNotFloating()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java519 if (shortcut.isDeclaredInManifest()) { in ensureShortcutCountBeforePush()
1413 if (a.isDeclaredInManifest() && !b.isDeclaredInManifest()) {
1416 if (!a.isDeclaredInManifest() && b.isDeclaredInManifest()) {
1676 if (!si.isDeclaredInManifest()) { in hasNonManifestShortcuts()
1799 if (si.isDeclaredInManifest()) numManifest[0]++; in dumpCheckin()
2331 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned() || si.isCached())) { in verifyStates()
2336 if (si.isDeclaredInManifest() && si.isDynamic()) { in verifyStates()
DShortcutService.java3086 if (matchManifest && si.isDeclaredInManifest()) {
3230 && !si.isDeclaredInManifest(),
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1927 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in ShortcutInfo
1934 return isDeclaredInManifest(); in isManifestShortcut()
1962 return isDeclaredInManifest() && isVisibleToPublisher(); in isManifestVisible()
1967 return !isDeclaredInManifest() && isVisibleToPublisher() in isNonManifestVisible()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt4746 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
/frameworks/base/config/
Dboot-image-profile.txt4749 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
/frameworks/base/core/api/
Dcurrent.txt13566 method public boolean isDeclaredInManifest();