Searched refs:isDeclaredInManifest (Results 1 – 7 of 7) sorted by relevance
396 && (si.isDeclaredInManifest() || si.isDynamic()))); in filterByActivity()539 assertTrue("ID " + s.getId(), s.isDeclaredInManifest()); in assertAllManifest()547 assertFalse("ID " + s.getId(), s.isDeclaredInManifest()); in assertAllNotManifest()583 assertFalse(si.isDeclaredInManifest()); in assertPinnedOnly()781 filter(mList, ShortcutInfo::isDeclaredInManifest)); in selectManifest()792 && !(si.isDynamic() || si.isDeclaredInManifest())))); in selectFloating()882 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.isDeclaredInManifest())); in areAllManifest()887 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.isDeclaredInManifest())); in areAllNotManifest()916 s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllFloating()922 !(s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic()))); in areAllNotFloating()[all …]
1545 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in ShortcutInfo1552 return isDeclaredInManifest(); in isManifestShortcut()1580 return isDeclaredInManifest() && isVisibleToPublisher(); in isManifestVisible()
1232 if (!si.isDeclaredInManifest()) { in hasNonManifestShortcuts()1317 if (si.isDeclaredInManifest()) numManifest++; in dumpCheckin()1697 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned())) { in verifyStates()1702 if (si.isDeclaredInManifest() && si.isDynamic()) { in verifyStates()
2587 if (matchManifest && si.isDeclaredInManifest()) { in getShortcutsInnerLocked()
8797 Landroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
18858 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
11576 method public boolean isDeclaredInManifest();