Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java396 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()
405 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()
416 public int getSelectableServiceTargetCount() { in getSelectableServiceTargetCount() method in ChooserListAdapter
498 getSelectableServiceTargetCount(); in targetInfoForPosition()
546 Math.min(maxSurfacedTargets, getSelectableServiceTargetCount())); in getSurfacedTargetInfo()
H A DChooserActivity.java3943 int validTargets = adapter.getSelectableServiceTargetCount();
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java1493 activity.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetSelectionLogging()
1571 activity.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetLoggingWithRankedAppTarget()
1655 wrapper.getAdapter().getSelectableServiceTargetCount(), is(1)); in testShortcutTargetWithApplyAppLimits()
1729 wrapper.getAdapter().getSelectableServiceTargetCount(), is(2)); in testShortcutTargetWithoutApplyAppLimits()
1839 wrapper.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetLoggingWithAppTargetNotRanked()
2239 activity.getAdapter().getSelectableServiceTargetCount(), is(1)); in testDirectTargetLogging()
2306 activity.getAdapter().getSelectableServiceTargetCount(), is(0)); in testEmptyDirectRowLogging()