Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1471 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetSelectionLogging() local
1483 directShareToShortcutInfos) in testDirectTargetSelectionLogging() local
1550 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithRankedAppTarget() local
1562 directShareToShortcutInfos) in testDirectTargetLoggingWithRankedAppTarget() local
1630 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testShortcutTargetWithApplyAppLimits() local
1646 directShareToShortcutInfos) in testShortcutTargetWithApplyAppLimits() local
1704 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testShortcutTargetWithoutApplyAppLimits() local
1720 directShareToShortcutInfos) in testShortcutTargetWithoutApplyAppLimits() local
1816 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithAppTargetNotRanked() local
1828 directShareToShortcutInfos) in testDirectTargetLoggingWithAppTargetNotRanked() local
DChooserListAdapterTest.kt159 val directShareToShortcutInfos = mapOf<ChooserTarget, ShortcutInfo>() in addServiceTargets() constant
/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java576 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos) { in addServiceResults()