Searched defs:RawContact (Results 1 - 1 of 1) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
H A DRawContact.java27 * Represents a low-level contacts RawContact - or at least
28 * the fields of the RawContact that we care about.
30 final public class RawContact { class
33 private static final String TAG = "RawContact";
136 * Convert the RawContact object into a JSON string. From the
172 Log.i(TAG, "Error converting RawContact to JSONObject" + ex.toString());
178 public RawContact(String name, String fullName, String firstName, String lastName, method in class:RawContact
200 * Creates and returns an instance of the RawContact from the provided JSON data.
203 * @return user The new instance of Sample RawContact created from the JSON data.
205 public static RawContact valueO
[all...]

Completed in 80 milliseconds