Searched refs:existingEntry (Results 1 – 2 of 2) sorted by relevance
3099 final RecipientEntry existingEntry = recipient.getEntry(); in removeRecipientEntry() local3100 if (existingEntry != null && existingEntry.isValid() && in removeRecipientEntry()3101 existingEntry.isSamePerson(entry)) { in removeRecipientEntry()
699 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute() local700 if (existingEntry != NULL) { in addTagAttribute()705 existingEntry->string = String16(value); in addTagAttribute()