Searched refs:isDeclaredInManifest (Results 1 – 7 of 7) sorted by relevance
402 && (si.isDeclaredInManifest() || si.isDynamic()))); in filterByActivity()545 assertTrue("ID " + s.getId(), s.isDeclaredInManifest()); in assertAllManifest()553 assertFalse("ID " + s.getId(), s.isDeclaredInManifest()); in assertAllNotManifest()589 assertFalse(si.isDeclaredInManifest()); in assertPinnedOnly()787 filter(mList, ShortcutInfo::isDeclaredInManifest)); in selectManifest()798 && !(si.isDynamic() || si.isDeclaredInManifest())))); in selectFloating()888 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.isDeclaredInManifest())); in areAllManifest()893 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.isDeclaredInManifest())); in areAllNotManifest()922 s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllFloating()928 !(s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic()))); in areAllNotFloating()[all …]
1703 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in ShortcutInfo1710 return isDeclaredInManifest(); in isManifestShortcut()1738 return isDeclaredInManifest() && isVisibleToPublisher(); in isManifestVisible()
1348 if (!si.isDeclaredInManifest()) { in hasNonManifestShortcuts()1433 if (si.isDeclaredInManifest()) numManifest++; in dumpCheckin()1871 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned())) { in verifyStates()1876 if (si.isDeclaredInManifest() && si.isDynamic()) { in verifyStates()
2651 if (matchManifest && si.isDeclaredInManifest()) { in getShortcutsInnerLocked()
41437 HSPLandroid/content/pm/ShortcutInfo;->isDeclaredInManifest()Z
12032 method public boolean isDeclaredInManifest();