Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java145 deleteContact(context, rawContactId, batchOperation); in updateContacts()
256 deleteContact(context, rawContact.getRawContactId(), batchOperation); in clearSyncFlags()
579 private static void deleteContact(Context context, long rawContactId, in deleteContact() method in ContactManager