Home
last modified time | relevance | path

Searched defs:updateInTransaction (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileProvider.java91 protected int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in ProfileProvider
DAbstractContactsProvider.java366 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in AbstractContactsProvider
DContactsProvider2.java4091 protected int updateInTransaction( in updateInTransaction() method in ContactsProvider2
/packages/apps/Gallery2/src/com/android/photos/data/
DSQLiteContentProvider.java83 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in SQLiteContentProvider
DPhotoProvider.java329 public int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in PhotoProvider
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java71 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in SQLiteContentProvider
DCalendarProvider2.java4204 protected int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in CalendarProvider2