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.java89 protected int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in ProfileProvider
DAbstractContactsProvider.java406 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in AbstractContactsProvider
DContactsProvider2.java4019 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.java3916 protected int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() method in CalendarProvider2