Searched refs:ShortcutResultInfo (Results 1 – 3 of 3) sorted by relevance
275 val resultRecords: MutableList<ShortcutResultInfo> = ArrayList() in <lambda>()288 val resultRecord = ShortcutResultInfo(displayResolveInfo, chooserTargets) in <lambda>()328 val shortcutsByApp: Array<ShortcutResultInfo>, in <lambda>()334 class ShortcutResultInfo( in <lambda>() class in com.android.intentresolver.shortcuts.ShortcutLoader
1549 new ShortcutLoader.ShortcutResultInfo[] { in testDirectTargetSelectionLogging()1550 new ShortcutLoader.ShortcutResultInfo( in testDirectTargetSelectionLogging()1625 new ShortcutLoader.ShortcutResultInfo[] { in testDirectTargetLoggingWithRankedAppTarget()1626 new ShortcutLoader.ShortcutResultInfo( in testDirectTargetLoggingWithRankedAppTarget()1702 new ShortcutLoader.ShortcutResultInfo[] { in testShortcutTargetWithApplyAppLimits()1703 new ShortcutLoader.ShortcutResultInfo( in testShortcutTargetWithApplyAppLimits()1773 new ShortcutLoader.ShortcutResultInfo[] { in testShortcutTargetWithoutApplyAppLimits()1774 new ShortcutLoader.ShortcutResultInfo( in testShortcutTargetWithoutApplyAppLimits()1859 new ShortcutLoader.ShortcutResultInfo[0], in testLaunchWithCallerProvidedTarget()2404 new ShortcutLoader.ShortcutResultInfo[] { in testDirectTargetLogging()[all …]
2437 for (ShortcutLoader.ShortcutResultInfo resultInfo : result.getShortcutsByApp()) {