Searched refs:jsonContacts (Results 1 – 1 of 1) sorted by relevance
164 List<JSONObject> jsonContacts = new ArrayList<JSONObject>(); in syncContacts() local166 jsonContacts.add(rawContact.toJSONObject()); in syncContacts()170 JSONArray buffer = new JSONArray(jsonContacts); in syncContacts()