Home
last modified time | relevance | path

Searched refs:destinationsSeen (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java471 final HashSet<String> destinationsSeen = new HashSet<String>(); in removeUndesiredDestinations() local
501 if (destinationsSeen.contains(destination)) { in removeUndesiredDestinations()
504 destinationsSeen.add(destination); in removeUndesiredDestinations()