Searched refs:serverContacts (Results 1 – 1 of 1) sorted by relevance
199 final JSONArray serverContacts = new JSONArray(response); in syncContacts() local201 for (int i = 0; i < serverContacts.length(); i++) { in syncContacts()202 RawContact rawContact = RawContact.valueOf(serverContacts.getJSONObject(i)); in syncContacts()