Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java680 int maxRankedTargets = mChooserListCommunicator.getMaxRankedTargets(); in appendServiceTargetsWithQuota() local
681 List<ComponentName> topComponentNames = getTopComponentNames(maxRankedTargets); in appendServiceTargetsWithQuota()
697 int quota = Math.round(maxRankedTargets * score / totalScore); in appendServiceTargetsWithQuota()