/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileProvider.java | 97 protected int updateInTransaction(Uri uri, ContentValues values, String selection, 101 return mDelegate.updateInTransaction(uri, values, selection, selectionArgs);
|
AbstractContactsProvider.java | 166 int updated = updateInTransaction(uri, values, selection, selectionArgs); 309 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection,
|
LegacyApiSupport.java | [all...] |
ContactsProvider2.java | [all...] |
/frameworks/ex/common/java/com/android/common/content/ |
SQLiteContentProvider.java | 76 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, 155 count = updateInTransaction(uri, values, selection, selectionArgs); 166 count = updateInTransaction(uri, values, selection, selectionArgs);
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 75 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, 157 count = updateInTransaction(uri, values, selection, selectionArgs, 166 count = updateInTransaction(uri, values, selection, selectionArgs, callerIsSyncAdapter);
|
BrowserProvider2.java | [all...] |
/packages/apps/Gallery2/src/com/android/photos/data/ |
SQLiteContentProvider.java | 83 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, 167 count = updateInTransaction(uri, values, selection, selectionArgs, 176 count = updateInTransaction(uri, values, selection, selectionArgs, callerIsSyncAdapter);
|
PhotoProvider.java | 329 public int updateInTransaction(Uri uri, ContentValues values, String selection,
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
SQLiteContentProvider.java | 69 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, 153 count = updateInTransaction(uri, values, selection, selectionArgs, 166 count = updateInTransaction(uri, values, selection, selectionArgs,
|
CalendarProvider2.java | [all...] |