Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserListAdapterTest.kt159 val directShareToShortcutInfos = mapOf<ChooserTarget, ShortcutInfo>() regex
164 directShareToShortcutInfos
H A DChooserActivityTest.java1471 directShareToShortcutInfos.put(serviceTargets.get(0), null); in testDirectTargetSelectionLogging()
1482 directShareToShortcutInfos) in testDirectTargetSelectionLogging()
1550 directShareToShortcutInfos.put(serviceTargets.get(0), null); in testDirectTargetLoggingWithRankedAppTarget()
1561 directShareToShortcutInfos) in testDirectTargetLoggingWithRankedAppTarget()
1631 directShareToShortcutInfos.put(serviceTargets.get(0), in testShortcutTargetWithApplyAppLimits()
1633 directShareToShortcutInfos.put(serviceTargets.get(1), in testShortcutTargetWithApplyAppLimits()
1645 directShareToShortcutInfos) in testShortcutTargetWithApplyAppLimits()
1705 directShareToShortcutInfos.put(serviceTargets.get(0), in testShortcutTargetWithoutApplyAppLimits()
1707 directShareToShortcutInfos.put(serviceTargets.get(1), in testShortcutTargetWithoutApplyAppLimits()
1719 directShareToShortcutInfos) in testShortcutTargetWithoutApplyAppLimits()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java556 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos) { in addServiceResults() argument
587 ShortcutInfo shortcutInfo = isShortcutResult ? directShareToShortcutInfos.get(target) in addServiceResults()