Home
last modified time | relevance | path

Searched defs:rawContactId (Results 1 – 3 of 3) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java181 long rawContactId, long syncState, boolean dirty) { in RawContact()
216 final int rawContactId = !contact.isNull("c") ? contact.getInt("c") : -1; in valueOf() local
241 String email, String status, boolean deleted, long rawContactId, in create()
255 public static RawContact createDeletedContact(long rawContactId, long serverContactId) in createDeletedContact()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java130 final long rawContactId; in updateContacts() local
186 final long rawContactId = c.getLong(DirtyQuery.COLUMN_RAW_CONTACT_ID); in getDirtyContacts() local
329 boolean inSync, long rawContactId, BatchOperation batchOperation) { in updateContact()
462 private static RawContact getRawContact(Context context, long rawContactId) { in getRawContact()
559 private static void clearDirtyFlag(Context context, long rawContactId, in clearDirtyFlag()
579 private static void deleteContact(Context context, long rawContactId, in deleteContact()
597 long rawContactId = 0; in lookupRawContact() local
DContactOperations.java86 public static ContactOperations updateExistingContact(Context context, long rawContactId, in updateExistingContact()
113 public ContactOperations(Context context, long rawContactId, boolean isSyncOperation, in ContactOperations()