HomeSort by relevance Sort by last modified time
    Searched defs:updateInTransaction (Results 1 - 9 of 9) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 81 protected int updateInTransaction(Uri uri, ContentValues values, String selection,
84 return mDelegate.updateInTransaction(uri, values, selection, selectionArgs);
AbstractContactsProvider.java 213 int updated = updateInTransaction(uri, values, selection, selectionArgs);
362 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/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 71 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection,
155 count = updateInTransaction(uri, values, selection, selectionArgs,
168 count = updateInTransaction(uri, values, selection, selectionArgs,
CalendarProvider2.java     [all...]

Completed in 479 milliseconds