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.java460 final HashSet<String> destinationsSeen = new HashSet<String>(); in removeUndesiredDestinations() local
490 if (destinationsSeen.contains(destination)) { in removeUndesiredDestinations()
493 destinationsSeen.add(destination); in removeUndesiredDestinations()