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