Searched refs:update (Results 151 - 175 of 320) sorted by relevance

1234567891011>>

/packages/apps/Browser/src/com/android/browser/
H A DBookmarks.java208 // The Images update will insert if it doesn't exist
221 cr.update(BrowserContract.Images.CONTENT_URI, values, null, null);
H A DBrowserBackupAgent.java197 crc.update(buf, 0, numRead);
H A DDownloadTouchIcon.java72 * Use this ctor to download the touch icon and update the bookmarks database
194 mContentResolver.update(Images.CONTENT_URI, values, null, null);
/packages/apps/Browser/src/com/android/browser/provider/
H A DSQLiteContentProvider.java73 * The equivalent of the {@link #update} method, but invoked within a transaction.
149 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
H A DSnapshotProvider.java263 public int update(Uri uri, ContentValues values, String selection, method in class:SnapshotProvider
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/
H A DBP2TestCaseHelper.java136 int ret = getMockContentResolver().update(uri, values, where, selectionArgs);
/packages/apps/Camera2/src/com/android/camera/
H A DMediaSaverImpl.java207 resolver.update(uri, values, null, null);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java326 final RawContactDelta update = getUpdate(mContext, CONTACT_FIRST);
328 final RawContactDeltaList set = buildSet(update, insert);
338 final RawContactDelta update = getUpdate(mContext, CONTACT_FIRST);
340 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond);
377 // Change the local number to trigger update
402 // Change the local number to trigger update
412 // Merge in the second version, verify that our update changed to
528 // Perform local update
543 // Merge and verify that update turned into insert
578 // Make sure the update woul
[all...]
/packages/apps/Email/src/com/android/email/mail/internet/
H A DAuthenticationCache.java151 cred.update(context, cred.toContentValues());
/packages/apps/Email/tests/src/com/android/email/
H A DDBTestHelper.java124 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DBTestHelper.MyProvider
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAbstractSyncParser.java222 mMailbox.update(mContext, cv);
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasMoveItems.java175 mContext.getContentResolver().update(
H A DEasProvision.java156 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProvider.java52 * delete() and update() do not allow non-null selection or selectionArgs arguments; the
181 public int update(Uri uri, ContentValues newValues, String selection, String[] selectionArgs) { method in class:MockProvider
/packages/apps/Gallery/src/com/android/camera/
H A DMovieViewControl.java198 mContentResolver.update(mUri, values, null, null);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackSource.java76 database.update(FilterStack.TABLE, val, FilterStack._ID + " = ?",
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java196 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:GalleryProvider
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPopupList.java120 // Need to update the position of the popup window
121 mPopupWindow.update(mAnchorView,
/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java80 * The equivalent of the {@link #update} method, but invoked within a
159 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
/packages/apps/InCallUI/src/com/android/incallui/
H A DLog.java148 messageDigest.update(input);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DDownloadPackageTask.java182 md.update(buffer, 0, n);
/packages/apps/Mms/src/com/android/mms/data/
H A DRecipientIdCache.java166 // if the numbers don't match, let's update the RecipientIdCache's number
199 cr.update(uri, values, buf.toString(), null);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DNotificationTransaction.java193 SqliteWrapper.update(mContext, mContext.getContentResolver(),
215 // Check the status and update the result state of this Transaction.
H A DPushReceiver.java102 SqliteWrapper.update(mContext, cr, uri, values, null, null);
/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentEditor.java72 public boolean update(WorkingMessage msg) { method in class:AttachmentEditor

Completed in 914 milliseconds

1234567891011>>