Searched refs:curt (Results 1 – 1 of 1) sorted by relevance
13385 ResolveInfo curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked() local13386 if (curt.activityInfo.packageName.equals(skipPackage)) { in broadcastIntentLocked()13398 ResolveInfo curt = null; in broadcastIntentLocked() local13401 if (curt == null) { in broadcastIntentLocked()13402 curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked()13407 if (curr.getPriority() >= curt.priority) { in broadcastIntentLocked()13417 curt = null; in broadcastIntentLocked()