Searched refs:lastPriority (Results 1 – 3 of 3) sorted by relevance
501 int lastPriority = Integer.MIN_VALUE; in getDefaultHome() local507 if (ri.priority < lastPriority) { in getDefaultHome()511 lastPriority = ri.priority; in getDefaultHome()
2465 int lastPriority = Integer.MIN_VALUE; in getDefaultLauncher() local2475 if (ri.priority < lastPriority) { in getDefaultLauncher()2479 lastPriority = ri.priority; in getDefaultLauncher()
20356 int lastPriority = Integer.MIN_VALUE;20361 if (ri.priority > lastPriority) {20363 lastPriority = ri.priority;20364 } else if (ri.priority == lastPriority) {