Searched refs:existingEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3099 final RecipientEntry existingEntry = recipient.getEntry();
3100 if (existingEntry != null && existingEntry.isValid() &&
3101 existingEntry.isSamePerson(entry)) {
/frameworks/base/tools/aapt/
H A DResource.cpp699 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); local
700 if (existingEntry != NULL) {
705 existingEntry->string = String16(value);

Completed in 120 milliseconds