Searched refs:update (Results 251 - 275 of 316) sorted by relevance

<<111213

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java401 * but no response has yet been received so update() has not yet been called
585 update (DriverCall dc) { method in class:GsmCdmaConnection
597 if (Phone.DEBUG_PHONE) log("update: mOrigConnection is not null");
602 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
632 parentStateChange = mParent.update (this, dc);
639 "update: parent=" + mParent +
H A DSMSDispatcher.java1368 // If we wrote this message in writeSentMessage, update it now
1371 SqliteWrapper.update(context, context.getContentResolver(),
1392 if (SqliteWrapper.update(context, context.getContentResolver(), mMessageUri, values,
1442 // we have to update the column after we persist it into SENT box.
1448 resolver.update(uri, updateValues, null/*where*/, null/*selectionArgs*/);
1460 * Persist or update an SMS depending on if we send a new message or a stored message
H A DWapPushOverSms.java421 if (SqliteWrapper.update(
428 Rlog.e(TAG, "Failed to update delivery or read report thread id");
H A DGsmCdmaCallTracker.java708 log("update phone state, old=" + oldState + " new="+ mState);
781 mPendingMO.update(dc);
927 changed = conn.update(dc);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp402 // If the UID has changed, log the status and update current UID in mTorchUidMap
500 if ((rc = shimInfo.update(ANDROID_SENSOR_ORIENTATION, &orientation, 1)) != OK) {
507 if ((rc = shimInfo.update(ANDROID_LENS_FACING, &facing, 1)) != OK) {
554 if ((rc = shimInfo.update(ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS,
562 if ((rc = shimInfo.update(ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS,
570 if ((rc = shimInfo.update(ANDROID_SCALER_AVAILABLE_STALL_DURATIONS,
1446 // update the link to client's death
2710 ALOGW("%s: Could not update the status for %s, no such device exists", __FUNCTION__,
/frameworks/base/media/java/android/media/
H A DMediaScanner.java858 // update database
1040 mMediaProvider.update(result, values, null, null);
1514 // no need to use the media scanner, but we need to update last modified and file size
1520 mMediaProvider.update(Files.getMtpObjectsUri(mVolumeName), values,
1850 mMediaProvider.update(uri, values, null, null);
H A DClosedCaptionRenderer.java1249 ((CCLayout) mClosedCaptionLayout).update(styledTexts);
1444 void update(SpannableStringBuilder[] textBuffer) { method in class:Cea608CCWidget.CCLayout
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java143 conn.update(imsCall, ImsPhoneCall.State.WAITING);
914 mPendingMO.update(null, ImsPhoneCall.State.DISCONNECTED);
962 //ImsPhoneConnection.update will chnage the parent when completed
1052 processCallStateChange(imsCall, state, cause, false /* do not ignore state update */);
1076 // i.e. onCallHeld, onCallResume, etc and conn.update will be responsible for the update
1086 changed = conn.update(imsCall, state);
1231 DisconnectCause.NOT_DISCONNECTED, true /*ignore state update*/);
1547 // After merge complete, update foreground as Active
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java392 * Calling this method does not update the selected tab, it is only used for drawing purposes.
396 * @param updateSelectedText Whether to update the text's selected state.
414 // Now update the scroll position, canceling any running animation
818 // Now update the scroll position to match the ViewPager's current item
1479 mView.update();
1575 // larger than the max width, update the width spec using the same mode
1632 update();
1641 final void update() { method in class:TabLayout.TabView
1697 // Else, we'll see if there is a TextView or ImageView present and update them
1924 // If we've been layed out, update th
[all...]
/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/java/android/provider/
H A DDocumentsProvider.java696 public final int update( method in class:DocumentsProvider
H A DContactsContract.java120 * An optional URI parameter for insert, update, or delete queries
646 resolver.update(Directory.CONTENT_URI, contentValues, null, null);
1011 * Contact's latest status update.
1429 * <td>Contact's latest status update. Automatically computed as the latest
1657 resolver.update(uri, values, null, null);
2167 * <dd>The profile Contact has the same update restrictions as Contacts in general,
2550 * it is much better for a sync adapter to update a raw contact rather than to delete and
2780 * Aggregation mode: aggregate immediately after insert or update operation(s) are complete.
2794 * Changes to the raw contact will update the associated aggregate contact but will not
3112 * Social status update column
[all...]
/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 public 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/content/
H A DContentResolver.java1387 * If the content provider supports transactions the update will be atomic.
1397 public final int update(@RequiresPermission.Write @NonNull Uri uri, method in class:ContentResolver
1407 int rowsUpdated = provider.update(mPackageName, uri, values, where, selectionArgs);
1409 maybeLogUpdateToEventLog(durationMillis, uri, "update", where);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1350 private void update() { method in class:CameraDeviceImpl.FrameNumberTracker
1404 update();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java480 void update(TaskStack stack, ArraySet<Task.TaskKey> ignoreTasksSet) { method in class:TaskStackLayoutAlgorithm
523 mFreeformLayoutAlgorithm.update(freeformTasks, this);
752 * stack scroll. Requires that update() is called first.
952 // Otherwise, update the task to the stack layout
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1096 int i = db.update(
1423 db.update(CE_TABLE_ACCOUNTS, values, ACCOUNTS_ID + "=?", argsAccountId);
1426 db.update(TABLE_ACCOUNTS, values, ACCOUNTS_ID + "=?", argsAccountId);
1934 db.update(CE_TABLE_ACCOUNTS, values, ACCOUNTS_ID + "=?", argsAccountId);
2049 if (1 != db.update(TABLE_EXTRAS, values, EXTRAS_ID + "=" + extrasId, null)) {
2359 digester.update(sig.toByteArray());
2893 // update credentials flow, we should replace with the new values of the current call.
2898 // Add info that may be used by add account or update credentials flow.
3081 "uid %s cannot start update credentials session.",
3575 int r = db.update(
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1818 mModel.update(result);
1848 mModel.update(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java453 row.userAttempt = 0; // reset the grace period, slider should update immediately
684 mZenFooter.update();
733 // update slider max
739 // update header visible
742 // update header text
759 // update icon
817 // update slider
849 return; // don't update if user is sliding
861 return; // don't update if visible and in grace period
876 // start/update animatio
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java774 // TODO: make this method fully async so we can update UI with progress strings
1129 digest.update(personalization);
1130 digest.update(credential.getBytes(StandardCharsets.UTF_8));
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java438 // app update sequence, cancel the jobs associated with the app.
808 final boolean update = mJobs.add(jobStatus);
812 if (update) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1037 boolean update = (extras != null) && extras.getBoolean(Intent.EXTRA_REPLACING);
1040 .getString(update ? R.string.package_updated_device_owner :
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java223 * Called when the call update is failed.
227 * @param reasonInfo detailed reason of the call update failure
234 * Called when the call update is received from the remote user.
443 // List of update operation for IMS call control
464 // It contains the exclusive call update request. Refer to UPDATE_*.
483 // to the call update. After the application's action (accept/reject) is done,
766 * Checks if the call has a pending update operation.
768 * @return true if the call has a pending update operation
1069 // Other call update received
1099 // Other call update receive
1316 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { method in class:ImsCall
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java99 // If you change these relative direction values, update Callback#convertToAbsoluteDirection,
1352 * {@link #onSwiped(ViewHolder, int)}. At this point, you should update your
1948 anim.update();
2372 public void update() { method in class:ItemTouchHelper.RecoverAnimation

Completed in 681 milliseconds

<<111213