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

1234567891011

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java579 /*package*/ boolean update(ImsCall imsCall, ImsPhoneCall.State state) { method in class:ImsPhoneConnection
582 // the call, we will skip this update. This is really a signalling delay or failure
586 Rlog.w(LOG_TAG, "update : state is ACTIVE, but call is pending hold, skipping");
607 boolean updateParent = mParent.update(this, imsCall, state);
659 * update the {@link ImsPhoneConnection} with this information.
709 * update the {@link ImsPhoneConnection} with this information.
774 * Check for a change in the wifi state of the ImsPhoneCallTracker and update the
H A DImsPhoneCallTracker.java118 conn.update(imsCall, ImsPhoneCall.State.WAITING);
806 mPendingMO.update(null, ImsPhoneCall.State.DISCONNECTED);
850 //ImsPhoneConnection.update will chnage the parent when completed
919 processCallStateChange(imsCall, state, cause, false /* do not ignore state update */);
943 // i.e. onCallHeld, onCallResume, etc and conn.update will be responsible for the update
949 changed = conn.update(imsCall, state);
1056 DisconnectCause.NOT_DISCONNECTED, true /*ignore state update*/);
1274 // After merge complete, update foreground as Active
/frameworks/rs/api/
H A Drs_atomic.spec20 To update values shared between multiple threads, use the functions below.
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dacelp.h284 Word16 update /* (i) : 0=no update, 1=update of memory. */
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java304 mPageAdapter.update(writtenPages, selectedPages, pageCount,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLoadAverageService.java65 mStats.update();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationTemplateViewWrapper.java122 mInvertHelper.update(dark);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java294 mUiccCards[index].update(mContext, mCis[index] , status);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1134 update();
1174 if (update()) {
1194 update();
1303 private boolean update() { method in class:MediaSessionCompat.MediaSessionImplBase
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp126 ALOGE("%s: Camera %d: Unable to update common entries of preview "
132 res = mPreviewRequest.update(ANDROID_REQUEST_ID,
135 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)",
350 ALOGE("%s: Camera %d: Unable to update common entries of recording "
356 res = mRecordingRequest.update(ANDROID_REQUEST_ID,
359 ALOGE("%s: Camera %d: Unable to update request id for request: %s (%d)",
562 res = request.update(
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1481 // Need mLock to safely update state and synchronize to current
2049 if (result.update(tag, value, 1) != NO_ERROR) {
2160 if (captureResult.mMetadata.update(ANDROID_REQUEST_FRAME_COUNT,
2257 // Always update the partial count to the latest one if it's not 0
2809 request->mSettings.update(ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER, &aePrecaptureTrigger, 1);
2818 request->mSettings.update(ANDROID_CONTROL_AE_LOCK, &aeLock, 1);
2835 result->update(ANDROID_CONTROL_AE_LOCK, &aeTriggerCancelOverride.aeLock, 1);
2841 result->update(ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER,
3024 if (request.settings != NULL) { // Don't update them if they were unchanged
3169 // update interna
[all...]
/frameworks/base/core/java/android/app/
H A DDownloadManager.java970 return mResolver.update(ContentUris.withAppendedId(mBaseUri, ids[0]), values,
973 return mResolver.update(mBaseUri, values, getWhereClauseForIds(ids),
1099 mResolver.update(mBaseUri, values, getWhereClauseForIds(ids), getWhereArgsForIds(ids));
/frameworks/base/core/java/android/content/
H A DContentProvider.java76 * <li>{@link #update} which updates existing data in the content provider</li>
82 * {@link #update}) may be called from many threads at once, and must be thread-safe.
346 public int update(String callingPkg, Uri uri, ContentValues values, String selection, method in class:ContentProvider.Transport
355 return ContentProvider.this.update(uri, values, selection, selectionArgs);
1170 * Implement this to handle requests to update one or more rows.
1171 * The implementation should update all rows matching the selection
1180 * is an update request for a specific record.
1181 * @param values A set of column_name/value pairs to update in the database.
1183 * @param selection An optional filter to match rows to update.
1186 public abstract int update( method in class:ContentProvider
[all...]
H A DContentProviderOperation.java177 * Create a {@link Builder} suitable for building an update {@link ContentProviderOperation}.
178 * @param uri The {@link Uri} that is the target of the update.
244 * Returns true if the operation represents an update.
262 * Returns true if the operation represents an insertion, deletion, or update.
313 numRows = provider.update(mUri, values, mSelection, selectionArgs);
532 * This can only be used with builders of type insert, update, or assert.
548 * This can only be used with builders of type insert, update, or assert.
566 * This can only be used with builders of type update, delete, or assert.
585 * This can only be used with builders of type insert, update, or assert.
601 * A value to insert or update
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java470 update(sm, msg, info, state, orgState, transToState);
479 public void update(StateMachine sm, Message msg, String info, IState state, IState orgState, method in class:StateMachine.LogRec
670 pmi.update(sm, msg, messageInfo, state, orgState, transToState);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java139 mSearchManager.update(root);
169 mSearchManager.update(root);
239 * Call this when directory changes. Prior to root fragment update
710 void update(RootInfo root) { method in class:BaseActivity.SearchManager
712 Log.d(mTag, "update called before Search MenuItem installed.");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java88 // update was issued and the next command is another layout, so we
104 // If we have the requested pages, update which ones to be printed.
188 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { method in class:RemotePrintDocument
192 Log.i(LOG_TAG, "[CALLED] update()");
196 throw new IllegalStateException("Cannot update without a clearing the failure");
200 throw new IllegalStateException("Cannot update in state:" + stateToString(mState));
245 Log.i(LOG_TAG, "[SKIPPING] No update needed");
250 mUpdateSpec.update(attributes, preview, pages);
338 throw new IllegalStateException("No update error to clear");
486 public void update(PrintAttribute method in class:RemotePrintDocument.UpdateSpec
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java151 // app update sequence, cancel the jobs associated with the app.
379 boolean update;
382 update = mJobs.add(jobStatus);
388 if (update) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java612 update(null);
617 update(uri);
620 private void update(Uri uri) { method in class:ManagedServices.SettingsObserver
H A DZenModeHelper.java699 update(null);
704 update(uri);
707 public void update(Uri uri) { method in class:ZenModeHelper.SettingsObserver
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiWatchdogStateMachine.java804 // update packet loss statistics
813 mCurrentLoss.update(loss, dtotal);
992 * - volume-weighted: each update has its own weight (number of packets)
993 * - exponential: O(1) time and O(1) space for both update and query
1009 public void update(double newValue, int newVolume) { method in class:WifiWatchdogStateMachine.VolumeWeightedEMA
1011 // core update formulas
1066 * @param volume is the volume for this single update
1072 mEntries[index].update(value, volume);
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java305 * Calling this method does not update the selected tab, it is only used for drawing purposes.
309 * @param updateSelectedText Whether to update the text's selected state.
319 // Set the indicator position and update the scroll to match
664 view.update();
740 // Now update the tab max width. We do it here as the default tab min width is
1150 update();
1199 final void update() { method in class:TabLayout.TabView
1251 // Else, we'll see if there is a TextView or ImageView present and update them
1423 // If we've been layed out, update the indicator position
1593 // Update the scroll position, only update th
[all...]
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java123 * Verify the cryptographic signature of a system update package
290 sig.update(buffer, 0, read);
321 * Reboots the device in order to install the given update
326 * @param packageFile the update package to install. Must be on
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java610 public final int update( method in class:DocumentsProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java114 public void update(int batteryLevel, int bucket, long screenOffTime) { method in class:PowerNotificationWarnings

Completed in 3043 milliseconds

1234567891011