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.java352 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()
361 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()
365 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter
402 mChooserListCommunicator.getMaxRankedTargets() - getCallerTargetCount(); in getRankedTargetCount()
415 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()
463 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
DChooserActivity.java1766 numCallerProvided = currentListAdapter.getCallerTargetCount();
3323 ((float) mChooserListAdapter.getCallerTargetCount()
3635 final int callerAndRankedCount = mChooserListAdapter.getCallerTargetCount()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1839 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()