Searched refs:curt (Results 1 – 1 of 1) sorted by relevance
16830 ResolveInfo curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked() local16831 if (curt.activityInfo.packageName.equals(skipPackage)) { in broadcastIntentLocked()16843 ResolveInfo curt = null; in broadcastIntentLocked() local16846 if (curt == null) { in broadcastIntentLocked()16847 curt = (ResolveInfo)receivers.get(it); in broadcastIntentLocked()16852 if (curr.getPriority() >= curt.priority) { in broadcastIntentLocked()16862 curt = null; in broadcastIntentLocked()