Home
last modified time | relevance | path

Searched refs:getCallerTargetCount (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()
409 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter
444 mChooserListCommunicator.getMaxRankedTargets() - getCallerTargetCount(); in getRankedTargetCount()
457 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()
505 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
H A DChooserActivity.java1961 numCallerProvided = currentListAdapter.getCallerTargetCount();
3405 ((float) mChooserListAdapter.getCallerTargetCount()
3704 final int callerAndRankedCount = mChooserListAdapter.getCallerTargetCount()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java2618 .getPersonalListAdapter().getCallerTargetCount(), is(1)); in testOneInitialIntent_noAutolaunch()
2649 assertThat(activity.getPersonalListAdapter().getCallerTargetCount(), is(2)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()
2650 assertThat(activity.getWorkListAdapter().getCallerTargetCount(), is(0)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()
2753 assertThat(activity.getAdapter().getCallerTargetCount(), is(1)); in testDeduplicateCallerTargetRankedTarget()