Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DChooserActivityTest.java1561 final ChooserListAdapter activeAdapter = activity.getAdapter(); in testDirectTargetSelectionLogging() local
1564 activeAdapter.getCount(), in testDirectTargetSelectionLogging()
1568 activeAdapter.getSelectableServiceTargetCount(), in testDirectTargetSelectionLogging()
1572 activeAdapter.getItem(0).getResolveInfo(), in testDirectTargetSelectionLogging()
1637 final ChooserListAdapter activeAdapter = activity.getAdapter(); in testDirectTargetLoggingWithRankedAppTarget() local
1640 activeAdapter.getCount(), in testDirectTargetLoggingWithRankedAppTarget()
1644 activeAdapter.getSelectableServiceTargetCount(), in testDirectTargetLoggingWithRankedAppTarget()
1648 activeAdapter.getItem(0).getResolveInfo(), in testDirectTargetLoggingWithRankedAppTarget()
1714 final ChooserListAdapter activeAdapter = activity.getAdapter(); in testShortcutTargetWithApplyAppLimits() local
1717 activeAdapter.getCount(), in testShortcutTargetWithApplyAppLimits()
[all …]