Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java199 final JSONArray serverContacts = new JSONArray(response); in syncContacts() local
201 for (int i = 0; i < serverContacts.length(); i++) { in syncContacts()
202 RawContact rawContact = RawContact.valueOf(serverContacts.getJSONObject(i)); in syncContacts()