Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java715 long existingRawContactId = state.findRawContactId(); in getRawContactId() local
716 if (existingRawContactId != -1) { in getRawContactId()
717 return existingRawContactId; in getRawContactId()