Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java528 final StringBuilder correctedUriBuilder = new StringBuilder(); in removeUndesiredDestinations() local
531 correctedUriBuilder.append("?"); // We only want one of these in removeUndesiredDestinations()
533 correctedUriBuilder.append("&"); // And we want these elsewhere in removeUndesiredDestinations()
535 correctedUriBuilder.append(parts[i]); in removeUndesiredDestinations()
538 final String correctedUri = correctedUriBuilder.toString(); in removeUndesiredDestinations()