Searched refs:topPriority (Results 1 – 3 of 3) sorted by relevance
130 int topPriority = Integer.MIN_VALUE; in getCurrentDefaultHome() local133 if (resolveInfo.priority > topPriority) { in getCurrentDefaultHome()135 topPriority = resolveInfo.priority; in getCurrentDefaultHome()136 } 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()
230 final int topPriority = prioritizeExistenceOver(JobInfo.BIAS_TOP_APP - 1,232 if (topPriority != 0) {233 return topPriority;