Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java341 ContactOperations.updateExistingContact(context, rawContactId, in updateContact()
562 ContactOperations.updateExistingContact(context, rawContactId, true, in clearDirtyFlag()
DContactOperations.java86 public static ContactOperations updateExistingContact(Context context, long rawContactId, in updateExistingContact() method in ContactOperations