Home
last modified time | relevance | path

Searched refs:updateStatusUpdate (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4195 count = updateStatusUpdate(values, selection, selectionArgs); in updateInTransaction()
4276 private int updateStatusUpdate(ContentValues values, String selection, String[] selectionArgs) { in updateStatusUpdate() method in ContactsProvider2