Searched refs:serverContactId (Results 1 – 2 of 2) sorted by relevance
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | RawContact.java | 180 String status, String avatarUrl, boolean deleted, long serverContactId, in RawContact() argument 193 mServerContactId = serverContactId; in RawContact() 209 final int serverContactId = !contact.isNull("i") ? contact.getInt("i") : -1; in valueOf() local 212 if ((userName == null) && (serverContactId <= 0)) { in valueOf() 229 serverContactId, rawContactId, syncState, false); in valueOf() 242 long serverContactId) { in create() argument 244 homePhone, email, status, null, deleted, serverContactId, rawContactId, in create() 255 public static RawContact createDeletedContact(long rawContactId, long serverContactId) in createDeletedContact() argument 258 null, null, null, true, serverContactId, rawContactId, -1, true); in createDeletedContact()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 136 long serverContactId = rawContact.getServerContactId(); in updateContacts() local 137 rawContactId = lookupRawContact(resolver, serverContactId); in updateContacts() 187 final long serverContactId = c.getLong(DirtyQuery.COLUMN_SERVER_ID); in getDirtyContacts() local 203 serverContactId); in getDirtyContacts() 595 private static long lookupRawContact(ContentResolver resolver, long serverContactId) { in lookupRawContact() argument 602 new String[] {String.valueOf(serverContactId)}, in lookupRawContact()
|