Home
last modified time | relevance | path

Searched refs:supportsDeepShortcuts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DShortcutUtilTest.kt44 …fun `supportsDeepShortcuts returns true if the app is active and an app and widgets are enabled`()… in supportsDeepShortcuts returns true if the app is active and an app and widgets are enabled()
48 val result = ShortcutUtil.supportsDeepShortcuts(itemInfo) in supportsDeepShortcuts returns true if the app is active and an app and widgets are enabled()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DShortcutUtil.java37 public static boolean supportsDeepShortcuts(ItemInfo info) { in supportsDeepShortcuts() method in ShortcutUtil
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java164 if (!ShortcutUtil.supportsDeepShortcuts(info)) { in getShortcutCountForItem()