Searched refs:lastPriority (Results 1 – 3 of 3) sorted by relevance
521 int lastPriority = Integer.MIN_VALUE; in getDefaultHome() local527 if (ri.priority < lastPriority) { in getDefaultHome()531 lastPriority = ri.priority; in getDefaultHome()
2401 int lastPriority = Integer.MIN_VALUE; in getDefaultLauncher() local2411 if (ri.priority < lastPriority) { in getDefaultLauncher()2415 lastPriority = ri.priority; in getDefaultLauncher()
20500 int lastPriority = Integer.MIN_VALUE;20505 if (ri.priority > lastPriority) {20507 lastPriority = ri.priority;20508 } else if (ri.priority == lastPriority) {