Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java1153 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetSelectionLogging() local
1225 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithRankedAppTarget() local
1292 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testShortcutTargetWithApplyAppLimits() local
1353 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testShortcutTargetWithoutApplyAppLimits() local
1433 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithAppTargetNotRanked() local
1797 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLogging() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java494 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos, in addServiceResults()