Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationFeatureProviderImpl.java271 int bestPriority = Integer.MIN_VALUE; in findEuiccService() local
279 if (resolveInfo.filter.getPriority() > bestPriority) { in findEuiccService()
280 bestPriority = resolveInfo.filter.getPriority(); in findEuiccService()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1389 PhotoEntry bestPhotoEntry, int bestPriority) { in hasHigherPhotoPriority() argument
1391 return photoComparison < 0 || photoComparison == 0 && priority > bestPriority; in hasHigherPhotoPriority()