Searched refs:getCallerTargetCount (Results 1 – 4 of 4) sorted by relevance
571 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()581 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()585 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter626 int spacesAvailable = mMaxRankedTargets - getCallerTargetCount(); in getRankedTargetCount()649 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()696 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
1804 currentListAdapter.getCallerTargetCount(),
203 ((float) mChooserListAdapter.getCallerTargetCount() in getCallerAndRankedTargetRowCount()521 mChooserListAdapter.getCallerTargetCount() in getListPosition()
2601 .getPersonalListAdapter().getCallerTargetCount(), is(1)); in testOneInitialIntent_noAutolaunch()2624 assertThat(activity.getPersonalListAdapter().getCallerTargetCount(), is(2)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()2625 assertThat(activity.getWorkListAdapter().getCallerTargetCount(), is(0)); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents()2702 assertThat(activity.getAdapter().getCallerTargetCount(), is(1)); in testDeduplicateCallerTargetRankedTarget()