Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3480 final RecipientEntry existingEntry = recipient.getEntry(); in removeRecipientEntry() local
3481 if (existingEntry != null && existingEntry.isValid() && in removeRecipientEntry()
3482 existingEntry.isSamePerson(entry)) { in removeRecipientEntry()
/frameworks/base/tools/aapt/
DResource.cpp721 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute() local
722 if (existingEntry != NULL) { in addTagAttribute()
724 existingEntry->string = String16(value); in addTagAttribute()