Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java416 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()
425 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()
436 public int getSelectableServiceTargetCount() { in getSelectableServiceTargetCount() method in ChooserListAdapter
518 getSelectableServiceTargetCount(); in targetInfoForPosition()
566 Math.min(maxSurfacedTargets, getSelectableServiceTargetCount())); in getSurfacedTargetInfo()
DChooserActivity.java3933 int validTargets = adapter.getSelectableServiceTargetCount();
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1494 activity.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetSelectionLogging()
1572 activity.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetLoggingWithRankedAppTarget()
1656 wrapper.getAdapter().getSelectableServiceTargetCount(), is(1)); in testShortcutTargetWithApplyAppLimits()
1730 wrapper.getAdapter().getSelectableServiceTargetCount(), is(2)); in testShortcutTargetWithoutApplyAppLimits()
1840 wrapper.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetLoggingWithAppTargetNotRanked()
2240 activity.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetLogging()
2307 activity.getAdapter().getSelectableServiceTargetCount(), is(0)); in testEmptyDirectRowLogging()