Searched defs:serverContactId (Results 1 – 2 of 2) sorted by relevance
180 String status, String avatarUrl, boolean deleted, long serverContactId, in RawContact()209 final int serverContactId = !contact.isNull("i") ? contact.getInt("i") : -1; in valueOf() local242 long serverContactId) { in create()255 public static RawContact createDeletedContact(long rawContactId, long serverContactId) in createDeletedContact()
136 long serverContactId = rawContact.getServerContactId(); in updateContacts() local187 final long serverContactId = c.getLong(DirtyQuery.COLUMN_SERVER_ID); in getDirtyContacts() local595 private static long lookupRawContact(ContentResolver resolver, long serverContactId) { in lookupRawContact()