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

/packages/apps/Browser/src/com/android/browser/provider/
H A DSQLiteContentProvider.java75 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:SQLiteContentProvider
157 count = updateInTransaction(uri, values, selection, selectionArgs,
166 count = updateInTransaction(uri, values, selection, selectionArgs, callerIsSyncAdapter);
H A DBrowserProvider2.java1616 public int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:BrowserProvider2
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java68 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:SQLiteContentProvider
147 count = updateInTransaction(uri, values, selection, selectionArgs,
159 count = updateInTransaction(uri, values, selection, selectionArgs,
H A DCalendarProvider2.java3854 protected int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:CalendarProvider2
3857 Log.v(TAG, "updateInTransaction: " + uri);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java97 protected int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:ProfileProvider
101 return mDelegate.updateInTransaction(uri, values, selection, selectionArgs);
H A DAbstractContactsProvider.java166 int updated = updateInTransaction(uri, values, selection, selectionArgs);
309 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:AbstractContactsProvider
H A DContactsProvider2.java3231 updateInTransaction(ContentUris.withAppendedId(streamUri, c.getLong(0)),
3681 protected int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:ContactsProvider2
3684 Log.v(TAG, "updateInTransaction: uri=" + uri +

Completed in 305 milliseconds