Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java164 List<JSONObject> jsonContacts = new ArrayList<JSONObject>(); in syncContacts() local
166 jsonContacts.add(rawContact.toJSONObject()); in syncContacts()
170 JSONArray buffer = new JSONArray(jsonContacts); in syncContacts()