Searched refs:isDeclaredInManifest (Results 1 – 5 of 5) sorted by relevance
118 if (a.isDeclaredInManifest() && !b.isDeclaredInManifest()) {121 if (!a.isDeclaredInManifest() && b.isDeclaredInManifest()) {
94 if (shortcut.isDeclaredInManifest()) { in filterShortcutsAndAssertNumStaticAndDynamic()111 if (shortcut.isDeclaredInManifest()) { in assertIsSorted()153 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in PopupPopulatorTest.Shortcut
96 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in ShortcutInfoCompat97 return mShortcutInfo.isDeclaredInManifest(); in isDeclaredInManifest()
100 if (shortcutInfo.isDeclaredInManifest()) { in refresh()
366 && (shortcut.isDeclaredInManifest() || shortcut.isDynamic()); in updateDeepShortcutMap()