Searched refs:updateData (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterTypeSet.java70 updateData();
81 private void updateData() { method in class:FilterTypeSet
H A DLocalMergeAlbum.java74 private void updateData() { method in class:LocalMergeAlbum
186 updateData();
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java286 updateData(getCallLogEntryUris());
386 private void updateData(final Uri... callUris) { method in class:CallDetailActivity
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1767 updateData(ContentUris.withAppendedId(Data.CONTENT_URI, dataId),
3764 count = updateData(uri, values, selectionWithId, selectionArgs, callerIsSyncAdapter);
3772 count = updateData(uri, values, appendAccountToSelection(uri, selection),
3786 count = updateData(uri, values, selection, selectionArgs, callerIsSyncAdapter);
4289 private int updateData(Uri uri, ContentValues values, String selection, method in class:ContactsProvider2
4317 count += updateData(mValues, c, callerIsSyncAdapter);
4326 private int updateData(ContentValues values, Cursor c, boolean callerIsSyncAdapter) { method in class:ContactsProvider2

Completed in 776 milliseconds