Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java151 addContact(context, account, rawContact, groupId, true, batchOperation); in updateContacts()
279 public static void addContact(Context context, String accountName, RawContact rawContact, in addContact() method in ContactManager