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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterSet.java72 updateData();
83 private void updateData() { method in class:FilterSet
H A DLocalMergeAlbum.java56 private void updateData() { method in class:LocalMergeAlbum
152 updateData();
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java249 updateData(getCallLogEntryUris());
350 private void updateData(final Uri... callUris) { method in class:CallDetailActivity
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1799 updateData(ContentUris.withAppendedId(Data.CONTENT_URI, dataId),
3914 count = updateData(uri, values, selectionWithId, selectionArgs, callerIsSyncAdapter);
3921 count = updateData(uri, values, appendAccountToSelection(uri, selection),
3933 count = updateData(uri, values, selection, selectionArgs, callerIsSyncAdapter);
4337 private int updateData(Uri uri, ContentValues values, String selection, method in class:ContactsProvider2
4365 count += updateData(mValues, c, callerIsSyncAdapter);
4374 private int updateData(ContentValues values, Cursor c, boolean callerIsSyncAdapter) { method in class:ContactsProvider2

Completed in 412 milliseconds