Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java101 updatedContacts = NetworkUtilities.syncContacts(account, authtoken, in onPerformSync()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java160 public static List<RawContact> syncContacts( in syncContacts() method in NetworkUtilities