OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 53 milliseconds