Searched refs:update (Results 176 - 200 of 320) sorted by relevance

1234567891011>>

/packages/apps/Mms/src/com/android/mms/ui/
H A DClassZeroActivity.java265 SqliteWrapper.update(this, resolver, messageUri, values,
/packages/apps/Mms/src/com/android/mms/util/
H A DDownloadManager.java231 SqliteWrapper.update(mContext, mContext.getContentResolver(),
/packages/apps/Music/src/com/android/music/
H A DRenamePlaylist.java174 resolver.update(MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI,
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatterySaverSettings.java204 mTriggerPref.update(mContext);
/packages/apps/Settings/src/com/android/settings/notification/
H A DOtherSoundSettings.java225 pref.update(mContext);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DSavedAccessPointsWifiSettings.java142 accessPoint.update(results.get(j));
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DSearchRecentSuggestionsProvider.java53 // Table of database versions. Don't forget to update!
318 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SearchRecentSuggestionsProvider
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRecentFolderList.java115 // Only the folder URIs are provided. Providers are free to update their specific
119 mContext.getContentResolver().update(uri, values, null, null);
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DTestProvider.java54 * delete() and update() do not allow non-null selection or selectionArgs arguments; the presence
181 public int update(Uri uri, ContentValues newValues, String selection, String[] selectionArgs) { method in class:TestProvider
H A DTestProviderTests.java161 assertEquals(2, mMockResolver.update(TestProvider.uri(uri), cv, null, null));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DMetadataDbHelper.java107 // This is an incremental update, expected to be small, and meaningless on its own.
262 // The client table contains the URL to hit to update the available dictionaries list,
344 * Update the last metadata update time for all clients using a particular URI.
347 * update time for this client.
348 * The current time is used as the latest update time. This saved date will be what
356 PrivateLog.log("Save last update time of URI : " + uri + " " + System.currentTimeMillis());
369 defaultDb.update(CLIENT_TABLE_NAME, values,
385 * @param clientId the client ID to get the latest update date of
501 // 0 for the update date : 1970/1/1. Unless specified.
629 * dispatch the update proces
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java67 * The equivalent of the {@link #update} method, but invoked within a transaction.
144 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java163 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:AbstractContactsProvider
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadReceiver.java174 context.getContentResolver().update(uri, values, null, null);
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DDownloadProviderFunctionalTest.java170 int numChanged = mResolver.update(downloadUri, values, null, null);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaThumbRequest.java228 mCr.update(mUri, values, null, null);
/packages/services/Mms/src/com/android/mms/service/
H A DDownloadRequest.java138 if (SqliteWrapper.update(
145 Log.e(MmsService.TAG, "DownloadRequest.updateStatus: can not update message");
160 Log.e(MmsService.TAG, "DownloadRequest.updateStatus: can not update message", e);
H A DMmsService.java168 // Really wrong here: can't find the request to update
169 Log.e(TAG, "Failed to find the request to update send status");
188 // Really wrong here: can't find the request to update
189 Log.e(TAG, "Failed to find the request to update download status");
482 if (SqliteWrapper.update(this, getContentResolver(), uri, values,
484 Log.e(TAG, "importMessage: failed to update message");
514 Log.w(TAG, "updateMessageStatus: empty values to update");
532 Log.w(TAG, "updateMessageStatus: no value to update");
540 if (getContentResolver().update(
542 Log.e(TAG, "updateMessageStatus: failed to update databas
[all...]
/packages/services/Telecomm/src/com/android/server/telecom/
H A DLog.java176 messageDigest.update(input);
/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java144 messageDigest.update(input);
/packages/apps/Email/src/com/android/email/provider/
H A DDBHelper.java113 // Any changes to the database format *must* include update-in-place code.
179 // Version 122: Need to update Message_Updates and Message_Deletes to match previous.
189 // Any changes to the database format *must* include update-in-place code.
217 " begin update " + Mailbox.TABLE_NAME + " set " + MailboxColumns.MESSAGE_COUNT +
225 " begin update " + Mailbox.TABLE_NAME + " set " + MailboxColumns.MESSAGE_COUNT +
231 db.execSQL("create trigger message_count_message_move after update of " +
233 " begin update " + Mailbox.TABLE_NAME + " set " + MailboxColumns.MESSAGE_COUNT +
236 "; update " + Mailbox.TABLE_NAME + " set " + MailboxColumns.MESSAGE_COUNT +
373 " begin update " + Mailbox.TABLE_NAME + " set " + MailboxColumns.UNREAD_COUNT +
381 " begin update "
[all...]
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp132 static int nfc_jni_download_locked(struct nfc_jni_native_data *nat, uint8_t update) argument
148 if(update)
309 uint8_t update = TRUE; local
358 update = FALSE;
373 update = FALSE;
406 status = nfc_jni_download_locked(nat, update);
409 ALOGI("Firmware update SUCCESS");
412 ALOGW("Firmware update FAILED");
413 update = FALSE;
417 ALOGE("Unable to update firmwar
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1175 mResolver.update(dataUri, values, null, null);
1193 mResolver.update(dataUri, values, null, null);
1208 mResolver.update(dataUri, values, null, null);
1227 mResolver.update(dataUri, values, null, null);
1239 mResolver.update(dataUri, values, null, null);
2062 mResolver.update(phoneUri, values, null, null);
2070 mResolver.update(phoneUri, values, null, null);
2078 mResolver.update(phoneUri, values, null, null);
2769 mResolver.update(nameUri, nameValues, null, null);
3087 mResolver.update(Ur
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java142 // delete, or update) and is intended as an optimization for use by clients of message list
382 public int update(Context context, ContentValues contentValues) { method in class:EmailContent
386 return context.getContentResolver().update(getUri(), contentValues, null, null);
389 static public int update(Context context, Uri baseUri, long id, ContentValues contentValues) { method in class:EmailContent
391 .update(ContentUris.withAppendedId(baseUri, id), contentValues, null, null);
570 resolver.update(uri, values, null, null);
1080 // possible, and (b) override (and throw) if anyone tries to call save() or update()
1089 // Call update, rather than super.update in case we ever override it
1090 if (update(contex
[all...]
/packages/apps/Email/src/com/android/email/service/
H A DImapService.java688 resolver.update(uri, updateValues, null, null);
844 // Finally, delete the update
1003 // Finally, delete the update
1013 LogUtils.d(Logging.LOG_TAG, "Unable to process pending update for id="
1023 * updating the serverId, or by deleting the update record, or it's going to keep happening
1028 * only the Drafts and Sent folders, this can happen when the update record and the current
1029 * record mismatch. In this case, we let the update record remain, because the filters
1062 // Finally, delete the update (if any)
1090 // 0. No remote update if the message is local-only
1096 // 1. No remote update fo
[all...]

Completed in 1776 milliseconds

1234567891011>>