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()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 …]
519 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()
3086 if (matchManifest && si.isDeclaredInManifest()) {3230 && !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 ...
4746 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
4749 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
13566 method public boolean isDeclaredInManifest();