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

12345678910

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java197 return mResolver.update(uri, values, null, null);
520 mResolver.update(ContentUris.withAppendedId(
529 assertEquals(1, mResolver.update(AggregationExceptions.CONTENT_URI, values, null, null));
790 mResolver.update(uri, values, null, null);
801 mResolver.update(contentUri, values, null, null);
812 mResolver.update(contentUri, values, null, null);
H A DContactsActor.java467 resolver.update(updateUri, values, null, null);
496 resolver.update(AggregationExceptions.CONTENT_URI, values, null, null);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java176 /* update a single column of a record */
180 * getContentResolver().update(contentUri1,updateValues,null,null);
190 /* update a column of a record */
194 * getContentResolver().update(contentUri1,updateValues,null,null); } }
297 getContentResolver().update(contentUri, updateValues, null, null);
312 getContentResolver().update(contentUri, updateValues, null, null);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarms.java61 // This is a private action used by the AlarmKlaxon to update the UI to
216 resolver.update(
282 resolver.update(ContentUris.withAppendedId(
/packages/apps/Email/src/com/android/email/
H A DMessagingController.java426 content.update(context, content.toContentValues());
448 // of this logic should move out to a different sync loop that attempts to update small
912 resolver.update(uri, updateValues, null, null);
1028 // One last update of message with two updated flags
1036 context.getContentResolver().update(uri, cv, null, null);
1188 // Finally, delete the update
1380 // Finally, delete the update
1390 Log.d(Logging.LOG_TAG, "Unable to process pending update for id="
1400 * updating the serverId, or by deleting the update record, or it's going to keep happening
1405 * only the Drafts and Sent folders, this can happen when the update recor
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupIncomingFragment.java404 * Note, we update account here (as well as the account.mHostAuthRecv) because we edit
411 account.update(mContext, account.toContentValues());
412 account.mHostAuthRecv.update(mContext, account.mHostAuthRecv.toContentValues());
H A DAccountSettingsUtils.java56 account.update(context, cv);
H A DMailboxSettings.java50 * It's used to update per-mailbox sync settings. It normally updates Mailbox settings, unless
205 // Set default value & update summary
331 context.getContentResolver().update(uri, cv, null, null);
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java218 messageDigest.update(userName.getBytes());
219 messageDigest.update(devUID.getBytes());
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DFolderSyncParser.java168 mContentResolver.update(ContentUris.withAppendedId(Account.CONTENT_URI,
306 mContentResolver.update(Mailbox.CONTENT_URI, cv, WHERE_SERVER_ID_AND_ACCOUNT,
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DCalendarSyncAdapterTests.java404 * @param update whether or not the event is an update (rather than new)
410 private Cursor setupAddEventOneAttendee(String userEmail, boolean update) argument
421 p.addEvent(p.mOps, "1:1", update);
460 // busy status = 2 and this is an update
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java227 // If rotation is transient, don't update the tile.
450 tile.update(x, y, level);
624 public void update(int x, int y, int level) { method in class:TileImageView.Tile
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsReceiverService.java67 * incoming messages to the database, update notifications, etc. without blocking the
398 int messageCount = SqliteWrapper.update(
490 SqliteWrapper.update(context, resolver, messageUri,
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java167 * commands that can create events, delete or update events, and then
217 * This is used to update an event. The values to update are specified
234 Log.i(TAG, "update " + eventName);
1206 numRows += mResolver.update(uri, values, null, null);
1231 numRows += mResolver.update(uri, values, null, null);
1824 mResolver.update(attendeesUri, attendee, null, null);
2018 assertEquals("update", 1, mResolver.update(
2030 assertEquals("update",
2446 public int update(Uri uri, ContentValues values, String selection, method in class:CalendarProvider2Test.MockProvider
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DSmsProvider.java529 // Don't update threads unless something changed.
606 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:SmsProvider
667 count = db.update(table, values, where, whereArgs);
671 Log.d(TAG, "update " + url + " succeeded");
/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryServiceHelper.java310 args.result = resolver.update(args.uri, args.values, args.selection,
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
H A DMockContentProvider.java304 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockContentProvider
/packages/apps/Contacts/tests/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImplTest.java237 // If insertion fails then try update as the record might already exist.
248 return getContentResolver().update(
/packages/apps/Email/src/com/android/email/provider/
H A DAttachmentProvider.java303 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:AttachmentProvider
/packages/apps/Email/tests/src/com/android/email/service/
H A DMailServiceTests.java279 easAccount.update(mMockContext, cv);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java184 mDbHelper.getWritableDatabase().update(TABLE_NAME,
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java223 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:GalleryProvider
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java86 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SuggestionsProvider
/packages/apps/Settings/src/com/android/settings/
H A DApnSettings.java251 resolver.update(PREFERAPN_URI, values, null, null);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java321 db.update(DB_TABLE, values, column + " is null", null);
333 db.update(DB_TABLE, values, cacheSelection, null);
976 public int update(final Uri uri, final ContentValues values, method in class:DownloadProvider
1038 count = db.update(DB_TABLE, filteredValues, selection.getSelection(),
1047 throw new UnsupportedOperationException("Cannot update URI: " + uri);

Completed in 429 milliseconds

12345678910