HomeSort by relevance Sort by last modified time
    Searched refs:serverContactId (Results 1 - 2 of 2) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 180 String status, String avatarUrl, boolean deleted, long serverContactId,
193 mServerContactId = serverContactId;
209 final int serverContactId = !contact.isNull("i") ? contact.getInt("i") : -1;
212 if ((userName == null) && (serverContactId <= 0)) {
229 serverContactId, rawContactId, syncState, false);
242 long serverContactId) {
244 homePhone, email, status, null, deleted, serverContactId, rawContactId,
255 public static RawContact createDeletedContact(long rawContactId, long serverContactId)
258 null, null, null, true, serverContactId, rawContactId, -1, true);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 136 long serverContactId = rawContact.getServerContactId();
137 rawContactId = lookupRawContact(resolver, serverContactId);
187 final long serverContactId = c.getLong(DirtyQuery.COLUMN_SERVER_ID);
203 serverContactId);
592 * @param serverContactId the sample SyncAdapter user ID to lookup
595 private static long lookupRawContact(ContentResolver resolver, long serverContactId) {
602 new String[] {String.valueOf(serverContactId)},
    [all...]

Completed in 68 milliseconds