Searched refs:aIt (Results 1 – 1 of 1) sorted by relevance
716 Iterator<IntentFilter.AuthorityEntry> aIt = ri.filter.authoritiesIterator(); in onTargetSelected() local717 if (aIt != null) { in onTargetSelected()718 while (aIt.hasNext()) { in onTargetSelected()719 IntentFilter.AuthorityEntry a = aIt.next(); in onTargetSelected()