Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java514 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos, in addServiceResults() argument
523 parkTargetIntoMemory(origTarget, targets, targetType, directShareToShortcutInfos, in addServiceResults()
554 (isShortcutResult ? directShareToShortcutInfos.get(target) : null))); in addServiceResults()
629 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos, in parkTargetIntoMemory() argument
652 (isShortcutResult ? directShareToShortcutInfos.get(target) in parkTargetIntoMemory()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1048 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetSelectionLogging() local
1049 directShareToShortcutInfos.put(serviceTargets.get(0), null); in testDirectTargetSelectionLogging()
1060 directShareToShortcutInfos, in testDirectTargetSelectionLogging() local
1120 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithRankedAppTarget() local
1121 directShareToShortcutInfos.put(serviceTargets.get(0), null); in testDirectTargetLoggingWithRankedAppTarget()
1132 directShareToShortcutInfos, in testDirectTargetLoggingWithRankedAppTarget() local
1208 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithAppTargetNotRanked() local
1209 directShareToShortcutInfos.put(serviceTargets.get(0), null); in testDirectTargetLoggingWithAppTargetNotRanked()
1220 directShareToShortcutInfos, in testDirectTargetLoggingWithAppTargetNotRanked() local
1572 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLogging() local
[all …]