Searched refs:topPriority (Results 1 – 2 of 2) 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()
192 final int topPriority = prioritizeExistenceOver(JobInfo.BIAS_TOP_APP - 1,194 if (topPriority != 0) {195 return topPriority;