Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationFeatureProviderImpl.java296 int bestPriority = Integer.MIN_VALUE; in findEuiccService() local
304 if (resolveInfo.filter.getPriority() > bestPriority) { in findEuiccService()
305 bestPriority = resolveInfo.filter.getPriority(); in findEuiccService()
/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/
DApplicationFeatureProviderImpl.java278 int bestPriority = Integer.MIN_VALUE; in findEuiccService() local
286 if (resolveInfo.filter.getPriority() > bestPriority) { in findEuiccService()
287 bestPriority = resolveInfo.filter.getPriority(); in findEuiccService()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1380 PhotoEntry bestPhotoEntry, int bestPriority) { in hasHigherPhotoPriority() argument
1382 return photoComparison < 0 || photoComparison == 0 && priority > bestPriority; in hasHigherPhotoPriority()