Searched refs:topPriority (Results 1 – 3 of 3) sorted by relevance
128 int topPriority = Integer.MIN_VALUE; in getCurrentDefaultHome() local131 if (resolveInfo.priority > topPriority) { in getCurrentDefaultHome()133 topPriority = resolveInfo.priority; in getCurrentDefaultHome()134 } else if (resolveInfo.priority == topPriority) { in getCurrentDefaultHome()
307 int topPriority = Integer.MIN_VALUE; in getCurrentDefaultHome() local310 if (resolveInfo.priority > topPriority) { in getCurrentDefaultHome()312 topPriority = resolveInfo.priority; in getCurrentDefaultHome()313 } else if (resolveInfo.priority == topPriority) { in getCurrentDefaultHome()
153 int32_t topPriority = -1; in getHighestPriorityClient() local162 if (curPriority >= topPriority) { in getHighestPriorityClient()164 topPriority = curPriority; in getHighestPriorityClient()