Searched refs:getCallerTargetCount (Results 1 – 3 of 3) sorted by relevance
416 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()425 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()429 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter464 mChooserListCommunicator.getMaxRankedTargets() - getCallerTargetCount(); in getRankedTargetCount()477 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()525 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
1931 numCallerProvided = currentListAdapter.getCallerTargetCount();3359 ((float) mChooserListAdapter.getCallerTargetCount()3694 final int callerAndRankedCount = mChooserListAdapter.getCallerTargetCount()
2619 .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()