Searched refs:bestPriority (Results 1 – 3 of 3) sorted by relevance
296 int bestPriority = Integer.MIN_VALUE; in findEuiccService() local304 if (resolveInfo.filter.getPriority() > bestPriority) { in findEuiccService()305 bestPriority = resolveInfo.filter.getPriority(); in findEuiccService()
278 int bestPriority = Integer.MIN_VALUE; in findEuiccService() local286 if (resolveInfo.filter.getPriority() > bestPriority) { in findEuiccService()287 bestPriority = resolveInfo.filter.getPriority(); in findEuiccService()
1380 PhotoEntry bestPhotoEntry, int bestPriority) { in hasHigherPhotoPriority() argument1382 return photoComparison < 0 || photoComparison == 0 && priority > bestPriority; in hasHigherPhotoPriority()