Searched refs:existingEntry (Results 1 – 2 of 2) sorted by relevance
3480 final RecipientEntry existingEntry = recipient.getEntry(); in removeRecipientEntry() local3481 if (existingEntry != null && existingEntry.isValid() && in removeRecipientEntry()3482 existingEntry.isSamePerson(entry)) { in removeRecipientEntry()
721 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute() local722 if (existingEntry != NULL) { in addTagAttribute()724 existingEntry->string = String16(value); in addTagAttribute()