Searched refs:curt (Results 1 – 1 of 1) sorted by relevance
15476 ResolveInfo curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked() local15477 if (curt.activityInfo.packageName.equals(skipPackage)) { in broadcastIntentLocked()15489 ResolveInfo curt = null; in broadcastIntentLocked() local15492 if (curt == null) { in broadcastIntentLocked()15493 curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked()15498 if (curr.getPriority() >= curt.priority) { in broadcastIntentLocked()15508 curt = null; in broadcastIntentLocked()