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

/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java83 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:SQLiteContentProvider
167 count = updateInTransaction(uri, values, selection, selectionArgs,
176 count = updateInTransaction(uri, values, selection, selectionArgs, callerIsSyncAdapter);
H A DPhotoProvider.java329 public int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:PhotoProvider
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java71 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:SQLiteContentProvider
155 count = updateInTransaction(uri, values, selection, selectionArgs,
168 count = updateInTransaction(uri, values, selection, selectionArgs,
H A DCalendarProvider2.java3916 protected int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:CalendarProvider2
3919 Log.v(TAG, "updateInTransaction: " + uri);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java89 protected int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:ProfileProvider
92 return mDelegate.updateInTransaction(uri, values, selection, selectionArgs);
H A DAbstractContactsProvider.java245 int updated = updateInTransaction(uri, values, selection, selectionArgs);
406 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:AbstractContactsProvider
H A DContactsProvider2.java3559 updateInTransaction(ContentUris.withAppendedId(streamUri, c.getLong(0)),
4018 protected int updateInTransaction( method in class:ContactsProvider2
4022 Log.v(TAG, "updateInTransaction: uri=" + uri +

Completed in 1996 milliseconds