Home
last modified time | relevance | path

Searched refs:getCallerTargetCount (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java571 + getSelectableServiceTargetCount() + getCallerTargetCount(); in getCount()
581 return appTargets + getSelectableServiceTargetCount() + getCallerTargetCount(); in getUnfilteredCount()
585 public int getCallerTargetCount() { in getCallerTargetCount() method in ChooserListAdapter
626 int spacesAvailable = mMaxRankedTargets - getCallerTargetCount(); in getRankedTargetCount()
649 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType()
696 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition()
DChooserActivity.java1804 currentListAdapter.getCallerTargetCount(),
/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DChooserGridAdapter.java203 ((float) mChooserListAdapter.getCallerTargetCount() in getCallerAndRankedTargetRowCount()
521 mChooserListAdapter.getCallerTargetCount() in getListPosition()
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DChooserActivityTest.java2601 .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()