Searched refs:isDeclaredInManifest (Results 1 – 8 of 8) sorted by relevance
465 && (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()985 s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllFloating()991 !(s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic()))); in areAllNotFloating()997 !s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllOrphan()[all …]
518 if (shortcut.isDeclaredInManifest()) { in ensureShortcutCountBeforePush()1408 if (a.isDeclaredInManifest() && !b.isDeclaredInManifest()) {1411 if (!a.isDeclaredInManifest() && b.isDeclaredInManifest()) {1671 if (!si.isDeclaredInManifest()) { in hasNonManifestShortcuts()1774 if (si.isDeclaredInManifest()) numManifest[0]++; in dumpCheckin()2310 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned() || si.isCached())) { in verifyStates()2315 if (si.isDeclaredInManifest() && si.isDynamic()) { in verifyStates()
3059 if (matchManifest && si.isDeclaredInManifest()) {3203 && !si.isDeclaredInManifest(),
1927 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in ShortcutInfo1934 return isDeclaredInManifest(); in isManifestShortcut()1962 return isDeclaredInManifest() && isVisibleToPublisher(); in isManifestVisible()1967 return !isDeclaredInManifest() && isVisibleToPublisher() in isNonManifestVisible()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4823 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
4826 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
13085 method public boolean isDeclaredInManifest();