Searched refs:update (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/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
674 pmi.update(sm, msg, messageInfo, state, orgState, transToState);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java142 // Base classes must update result in their onCreate.
151 mNavigator.update();
389 mNavigator.update();
847 mOwner.mSearchManager.update(defaultRoot);
H A DFilesActivity.java163 // Only update action bar at this point if there is an active
167 // update will be called once Home root is loaded.
171 mNavigator.update();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java91 // update was issued and the next command is another layout, so we
107 // If we have the requested pages, update which ones to be printed.
197 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { method in class:RemotePrintDocument
201 Log.i(LOG_TAG, "[CALLED] update()");
205 throw new IllegalStateException("Cannot update without a clearing the failure");
209 throw new IllegalStateException("Cannot update in state:" + stateToString(mState));
254 Log.i(LOG_TAG, "[SKIPPING] No update needed");
259 mUpdateSpec.update(attributes, preview, pages);
345 throw new IllegalStateException("No update error to clear");
494 public void update(PrintAttribute method in class:RemotePrintDocument.UpdateSpec
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java128 // Update the stack id now, after we've moved the task, and before we update the
328 public void update(Context context) { method in class:TaskStack.DockState.ViewState
450 public void update(Context context) { method in class:TaskStack.DockState
451 viewState.update(context);
608 * how they should update themselves.
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java812 update(null);
817 update(uri);
820 private void update(Uri uri) { method in class:ManagedServices.SettingsObserver
H A DZenModeHelper.java332 "Cannot update rules not owned by your condition provider");
1033 update(null);
1038 update(uri);
1041 public void update(Uri uri) { method in class:ZenModeHelper.SettingsObserver
/frameworks/base/core/java/android/content/
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...]
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
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DModel.java83 void update(DirectoryResult result) { method in class:Model
418 * Called when a successful update has occurred.
423 * Called when an update has been attempted but failed.
430 * according to the current sort order, which was set by the last model update.
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java109 public void update(int batteryLevel, int bucket, long screenOffTime) { method in class:PowerNotificationWarnings
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java340 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:IccProvider
345 if (DBG) log("update");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java86 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SubscriptionInfoUpdaterTest.FakeSubscriptionContentProvider
319 after IccId query, update subscriptionDB */
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java480 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:FileProvider
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1312 update();
1352 if (update()) {
1372 update();
1520 private boolean update() { method in class:MediaSessionCompat.MediaSessionImplBase
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java255 // update the original state array
264 // Now click item #1 again and test that the click listener has been invoked to update the
271 // to update the original state array
302 mDatabase.update("test", valuesToUpdate,
382 // to update the original state array
/frameworks/base/core/java/android/app/
H A DActivityOptions.java995 public void update(ActivityOptions otherOptions) { method in class:ActivityOptions
1180 result.update(this);
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java305 update();
308 public void update() { method in class:ProcessCpuTracker
367 Slog.w(TAG, "/proc/stats has gone backwards; skipping CPU update");
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp675 staticMetadata.update(ANDROID_SENSOR_ORIENTATION, &orientVal, 1);
676 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/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java70 * To update the existing documents, the client code can repeat to call the three methods again.
71 * The newly added rows update corresponding existing rows that have same MTP identifier like
80 * at the next update cycle.
548 final boolean updated = mDatabase.update(TABLE_DOCUMENTS, values, selection, args) != 0;
599 mDatabase.update(
/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/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java205 public void update(Collection<String> packageNames) { method in class:VrManagerService.NotificationAccessManager
265 mNotifAccessManager.update(enabledPackages);
278 // There is an active service, update it if needed
590 * Send VR mode changes (if the mode state has changed), and update the bound/unbound state of

Completed in 680 milliseconds

1234567891011>>