/packages/apps/Gallery2/src/com/android/photos/data/ |
H A D | SQLiteContentProvider.java | 83 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 D | PhotoProvider.java | 329 public int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:PhotoProvider
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | SQLiteContentProvider.java | 71 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 D | CalendarProvider2.java | 3916 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 D | ProfileProvider.java | 89 protected int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:ProfileProvider 92 return mDelegate.updateInTransaction(uri, values, selection, selectionArgs);
|
H A D | AbstractContactsProvider.java | 245 int updated = updateInTransaction(uri, values, selection, selectionArgs); 406 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, method in class:AbstractContactsProvider
|
H A D | ContactsProvider2.java | 3559 updateInTransaction(ContentUris.withAppendedId(streamUri, c.getLong(0)), 4018 protected int updateInTransaction( method in class:ContactsProvider2 4022 Log.v(TAG, "updateInTransaction: uri=" + uri +
|