Searched refs:getCallerTargetCount (Results 1 – 3 of 3) sorted by relevance
352 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()361 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()365 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter402 mChooserListCommunicator.getMaxRankedTargets() - getCallerTargetCount(); in getRankedTargetCount()415 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()463 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
1766 numCallerProvided = currentListAdapter.getCallerTargetCount();3323 ((float) mChooserListAdapter.getCallerTargetCount()3635 final int callerAndRankedCount = mChooserListAdapter.getCallerTargetCount()
1839 assertThat(activity.getPersonalListAdapter().getCallerTargetCount(), is(1)); in testOneInitialIntent_noAutolaunch()1866 assertThat(activity.getPersonalListAdapter().getCallerTargetCount(), is(2)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()1867 assertThat(activity.getWorkListAdapter().getCallerTargetCount(), is(0)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()1955 assertThat(activity.getAdapter().getCallerTargetCount(), is(1)); in testDeduplicateCallerTargetRankedTarget()