HomeSort by relevance Sort by last modified time
    Searched full:existingcontactids (Results 1 - 1 of 1) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAdapter.java 146 HashSet<Long> existingContactIds = new HashSet<Long>();
151 final boolean isFirstLevel = !existingContactIds.contains(contactId);
153 existingContactIds.add(contactId);

Completed in 658 milliseconds