HomeSort by relevance Sort by last modified time
    Searched full:jsoncontacts (Results 1 - 1 of 1) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 164 List<JSONObject> jsonContacts = new ArrayList<JSONObject>();
166 jsonContacts.add(rawContact.toJSONObject());
170 JSONArray buffer = new JSONArray(jsonContacts);

Completed in 43 milliseconds