Home
last modified time | relevance | path

Searched refs:updateData (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DFilterTypeSet.java70 updateData(); in reload()
81 private void updateData() { in updateData() method in FilterTypeSet
DLocalMergeAlbum.java72 private void updateData() { in updateData() method in LocalMergeAlbum
183 updateData(); in reload()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2035 updateData(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in cleanupPhotoStore()
4095 count = updateData(uri, values, selectionWithId, selectionArgs, callerIsSyncAdapter, in updateInTransaction()
4103 count = updateData(uri, values, appendAccountToSelection(uri, selection), in updateInTransaction()
4118 count = updateData(uri, values, selection, selectionArgs, callerIsSyncAdapter, in updateInTransaction()
4669 private int updateData(Uri uri, ContentValues inputValues, String selection, in updateData() method in ContactsProvider2
4697 count += updateData(values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter); in updateData()
4713 private int updateData(ContentValues values, Cursor c, boolean callerIsSyncAdapter, in updateData() method in ContactsProvider2
5076 updateData(ContentUris.withAppendedId(Data.CONTENT_URI, dataId), in updateFromMetaDataEntry()