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.java719 long existingRawContactId = state.findRawContactId(); in getRawContactId() local
720 if (existingRawContactId != -1) { in getRawContactId()
721 return existingRawContactId; in getRawContactId()