Searched refs:curt (Results 1 – 1 of 1) sorted by relevance
15379 ResolveInfo curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked() local15380 if (curt.activityInfo.packageName.equals(skipPackage)) { in broadcastIntentLocked()15392 ResolveInfo curt = null; in broadcastIntentLocked() local15395 if (curt == null) { in broadcastIntentLocked()15396 curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked()15401 if (curr.getPriority() >= curt.priority) { in broadcastIntentLocked()15411 curt = null; in broadcastIntentLocked()