Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java136 final long rawContactId = this.findRawContactId(); in buildDiff()
224 final long rawContactId = this.findRawContactId(); in buildDiffWrapper()
406 public long findRawContactId() { in findRawContactId() method in RawContactDeltaList
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java117 final long rawContactId = this.findRawContactId(); in buildDiff()
231 public long findRawContactId() { in findRawContactId() method in EntitySet
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java628 long existingRawContactId = state.findRawContactId(); in getRawContactId()