Home
last modified time | relevance | path

Searched refs:getCallerTargetCount (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()
429 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter
464 mChooserListCommunicator.getMaxRankedTargets() - getCallerTargetCount(); in getRankedTargetCount()
477 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()
525 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
DChooserActivity.java1931 numCallerProvided = currentListAdapter.getCallerTargetCount();
3359 ((float) mChooserListAdapter.getCallerTargetCount()
3694 final int callerAndRankedCount = mChooserListAdapter.getCallerTargetCount()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java2619 .getPersonalListAdapter().getCallerTargetCount(), is(1)); in testOneInitialIntent_noAutolaunch()
2650 assertThat(activity.getPersonalListAdapter().getCallerTargetCount(), is(2)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()
2651 assertThat(activity.getWorkListAdapter().getCallerTargetCount(), is(0)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()
2754 assertThat(activity.getAdapter().getCallerTargetCount(), is(1)); in testDeduplicateCallerTargetRankedTarget()