Home
last modified time | relevance | path

Searched refs:isDeclaredInManifest (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java118 if (a.isDeclaredInManifest() && !b.isDeclaredInManifest()) {
121 if (!a.isDeclaredInManifest() && b.isDeclaredInManifest()) {
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java94 if (shortcut.isDeclaredInManifest()) { in filterShortcutsAndAssertNumStaticAndDynamic()
111 if (shortcut.isDeclaredInManifest()) { in assertIsSorted()
153 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in PopupPopulatorTest.Shortcut
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutInfoCompat.java96 public boolean isDeclaredInManifest() { in isDeclaredInManifest() method in ShortcutInfoCompat
97 return mShortcutInfo.isDeclaredInManifest(); in isDeclaredInManifest()
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DPinnedShortcuts.java100 if (shortcutInfo.isDeclaredInManifest()) { in refresh()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java366 && (shortcut.isDeclaredInManifest() || shortcut.isDynamic()); in updateDeepShortcutMap()