Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java1470 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetSelectionLogging() local
1549 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithRankedAppTarget() local
1629 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testShortcutTargetWithApplyAppLimits() local
1703 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testShortcutTargetWithoutApplyAppLimits() local
1815 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos = new HashMap<>(); in testDirectTargetLoggingWithAppTargetNotRanked() local
H A DChooserListAdapterTest.kt159 val directShareToShortcutInfos = mapOf<ChooserTarget, ShortcutInfo>() regex
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java556 Map<ChooserTarget, ShortcutInfo> directShareToShortcutInfos) { in addServiceResults()