Searched refs:getCallerTargetCount (Results 1 – 3 of 3) sorted by relevance
396 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()405 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()409 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter444 mChooserListCommunicator.getMaxRankedTargets() - getCallerTargetCount(); in getRankedTargetCount()457 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()505 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
1961 numCallerProvided = currentListAdapter.getCallerTargetCount();3405 ((float) mChooserListAdapter.getCallerTargetCount()3704 final int callerAndRankedCount = mChooserListAdapter.getCallerTargetCount()
2618 .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()