Searched refs:getRawContactId (Results 1 – 2 of 2) sorted by relevance
132 if (rawContact.getRawContactId() > 0) { in updateContacts()133 rawContactId = rawContact.getRawContactId(); in updateContacts()255 Log.i(TAG, "Deleting contact: " + Long.toString(rawContact.getRawContactId())); in clearSyncFlags()256 deleteContact(context, rawContact.getRawContactId(), batchOperation); in clearSyncFlags()259 clearDirtyFlag(context, rawContact.getRawContactId(), batchOperation); in clearSyncFlags()
69 public long getRawContactId() { in getRawContactId() method in RawContact