Searched refs:update (Results 201 - 225 of 266) sorted by relevance

1234567891011

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java40 * WapPushManager can update the WAP Push message and Receiver Application
326 int num = db.update(APPID_TABLE_NAME, values, where, null);
327 if (LOCAL_LOGV) Log.v(LOG_TAG, "update:" + x_app_id + ":" + content_type + " "
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp418 s.update(); \
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java337 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:IccProvider
342 if (DBG) log("update");
H A DSMSDispatcher.java1364 // If we wrote this message in writeSentMessage, update it now
1367 SqliteWrapper.update(context, context.getContentResolver(),
1388 if (SqliteWrapper.update(context, context.getContentResolver(), mMessageUri, values,
1438 // we have to update the column after we persist it into SENT box.
1444 resolver.update(uri, updateValues, null/*where*/, null/*selectionArgs*/);
1456 * Persist or update an SMS depending on if we send a new message or a stored message
H A DWapPushOverSms.java363 if (SqliteWrapper.update(
370 Rlog.e(TAG, "Failed to update delivery or read report thread id");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java357 log("update icc_operator_numeric=" + operatorNumeric);
365 log("update mccmnc=" + operatorNumeric);
388 ((DcTracker)mDcTracker).update();
H A DCdmaCallTracker.java490 log("update phone state, old=" + oldState + " new="+ mState);
553 mPendingMO.update(dc);
653 changed = conn.update(dc);
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java479 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:FileProvider
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java222 int count = update(callingPkg, url, values, selection, selectionArgs);
553 public int update(String callingPkg, Uri url, ContentValues values, String selection, method in class:ContentProviderProxy
H A DContentResolver.java1343 * If the content provider supports transactions the update will be atomic.
1353 public final int update(@NonNull Uri uri, @Nullable ContentValues values, method in class:ContentResolver
1362 int rowsUpdated = provider.update(mPackageName, uri, values, where, selectionArgs);
1364 maybeLogUpdateToEventLog(durationMillis, uri, "update", where);
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java300 update();
303 public void update() { method in class:ProcessCpuTracker
361 Slog.w(TAG, "/proc/stats has gone backwards; skipping CPU update");
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp667 staticMetadata.update(ANDROID_SENSOR_ORIENTATION, &orientVal, 1);
668 staticMetadata.update(ANDROID_LENS_FACING, &facingVal, 1);
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java904 * 1000 update's with an index with where clause
942 mDatabase.update("t1", mValues[i], where[i], null);
948 * 1000 update's without an index with where clause
984 mDatabase.update("t1", mValues[i], where[i], null);
H A DNewDatabasePerformanceTests.java788 * 1000 update's with an index with where clause
825 mDatabase.update("t1", mValues[i], where[i], null);
831 * 1000 update's without an index with where clause
866 mDatabase.update("t1", mValues[i], where[i], null);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java296 // If rotation is transient, don't update the tile.
524 tile.update(x, y, level);
727 public void update(int x, int y, int level) { method in class:TiledImageRenderer.Tile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java488 mPendingMO.update(dc);
566 changed = conn.update(dc);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp373 // If the UID has changed, log the status and update current UID in mTorchUidMap
454 if ((ret = shimInfo.update(ANDROID_SENSOR_ORIENTATION, &orientation, 1)) != OK) {
460 if ((ret = shimInfo.update(ANDROID_LENS_FACING, &facing, 1)) != OK) {
507 if ((ret = shimInfo.update(ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS,
514 if ((ret = shimInfo.update(ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS,
521 if ((ret = shimInfo.update(ANDROID_SCALER_AVAILABLE_STALL_DURATIONS,
1284 // update the link to client's death
2433 ALOGW("%s: Could not update the status for %s, no such device exists", __FUNCTION__,
/frameworks/base/core/java/android/provider/
H A DContactsContract.java119 * An optional URI parameter for insert, update, or delete queries
567 resolver.update(Directory.CONTENT_URI, contentValues, null, null);
932 * Contact's latest status update.
1350 * <td>Contact's latest status update. Automatically computed as the latest
1578 resolver.update(uri, values, null, null);
2079 * <dd>The profile Contact has the same update restrictions as Contacts in general,
2457 * it is much better for a sync adapter to update a raw contact rather than to delete and
2687 * Aggregation mode: aggregate immediately after insert or update operation(s) are complete.
2701 * Changes to the raw contact will update the associated aggregate contact but will not
3019 * Social status update column
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java808 // update database
991 mMediaProvider.update(mPackageName, result, values, null, null);
1478 // no need to use the media scanner, but we need to update last modified and file size
1484 mMediaProvider.update(mPackageName, Files.getMtpObjectsUri(volumeName), values,
1814 mMediaProvider.update(mPackageName, uri, values, null, null);
H A DClosedCaptionRenderer.java1167 mClosedCaptionLayout.update(styledTexts);
1392 void update(SpannableStringBuilder[] textBuffer) { method in class:ClosedCaptionWidget.CCLayout
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java43 * can insert, update, and remove records in a content provider. For example,
56 * adb shell content update --uri content://settings/secure --bind value:s:newer_value
90 + "usage: adb shell content update --uri <URI> [--user <USER_ID>] [--where <WHERE>]\n"
95 + " adb shell content update --uri content://settings/secure --bind"
132 private static final String ARGUMENT_UPDATE = "update";
615 provider.update(resolveCallingPackage(), mUri, mContentValues, mWhere, null);
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java546 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:ContentProviderOperationTest.TestContentProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java118 void update (IccCardApplicationStatus as, Context c, CommandsInterface ci) { method in class:UiccCardApplication
125 if (DBG) log(mAppType + " update. New " + as);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1338 private void update() { method in class:CameraDeviceImpl.FrameNumberTracker
1392 update();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java416 row.userAttempt = 0; // reset the grace period, slider should update immediately
644 mZenFooter.update();
676 // update slider max
682 // update header visible
685 // update header text
702 // update icon
730 // update slider
762 return; // don't update if user is sliding
774 return; // don't update if visible and in grace period
789 // start/update animatio
[all...]

Completed in 998 milliseconds

1234567891011