Searched defs:updateRawContact (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3764 return updateRawContact(db, rawContactId, mValues, callerIsSyncAdapter);
4254 updateRawContact(db, rawContactId, values, callerIsSyncAdapter);
4264 private int updateRawContact(SQLiteDatabase db, long rawContactId, ContentValues values, method in class:ContactsProvider2
4302 // updateRawContact invocations in a transaction, so we need to create a new one.

Completed in 28 milliseconds