Searched refs:topPriority (Results 1 – 3 of 3) sorted by relevance
116 int topPriority = Integer.MIN_VALUE; in getCurrentDefaultHome() local119 if (resolveInfo.priority > topPriority) { in getCurrentDefaultHome()121 topPriority = resolveInfo.priority; in getCurrentDefaultHome()122 } else if (resolveInfo.priority == topPriority) { in getCurrentDefaultHome()
227 int topPriority = Integer.MIN_VALUE; in getCurrentDefaultHome() local230 if (resolveInfo.priority > topPriority) { in getCurrentDefaultHome()232 topPriority = resolveInfo.priority; in getCurrentDefaultHome()233 } else if (resolveInfo.priority == topPriority) { in getCurrentDefaultHome()
141 int32_t topPriority = -1; in getHighestPriorityClient() local150 if (curPriority >= topPriority) { in getHighestPriorityClient()152 topPriority = curPriority; in getHighestPriorityClient()