Searched refs:update (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/base/core/java/android/content/
H A DSyncManager.java1574 /** True if a sync was in progress on the most recent call to update() */
1582 public synchronized void update() { method in class:SyncManager.SyncTimeTracker
1809 mSyncTimeTracker.update();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java105 assertEquals(1, mDatabase.update("test", values, "_id=1", null));
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java963 previewPopup.update(mPopupPreviewX, mPopupPreviewY,
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java639 update(x, y, width, height);
977 // Basically this proxy is used to tell the Video to update layer tree at
1475 * Handles update to the trust storage.
2322 // now update the bundle
2367 // Post a runnable on the main thread to update the
3106 // If history Picture is drawn, don't update scroll. They will be
4813 Message update = mPrivateHandler.obtainMessage(REQUEST_FORM_DATA);
4814 update.arg1 = nodePointer;
4816 update, autoFillable, autoComplete);
5601 // However, do not update th
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java81 // Message: Sent when a user activity timeout occurs to update the power state.
1146 final boolean dockedOnWirelessCharger = mWirelessChargerDetector.update(
1346 * bit and calling update power state. Wakefulness transitions are handled elsewhere.
1437 * Determines whether to post a message to the sandman to update the dream state.
1578 * When the update is finished, mDisplayReady will be set to true. The display
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java714 // an update.
748 final boolean update = res.removedInfo.removedPackage != null;
749 if (update) {
755 if (update) {
1170 if (DEBUG_UPGRADE) Log.v(TAG, "Running installd update commands");
2542 // component is no longer known. Most likely an update
3262 // First check if this is a system package that may involve an update
3335 * and re-added like an update.
3393 * grantPermissions will assume the package update is trying to
3554 Slog.w(TAG, "Unable to update fro
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1107 * Perform a quick, in-place update of the checked or activated state
5411 mPopup.update(xy[0], bottomGap, -1, -1);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1064 Slog.w(TAG, "Failed to update time zone for: " + r.info.processName);
1101 Slog.w(TAG, "Failed to update http proxy for: " +
1707 mProcessStats.update();
1791 // When plugging in, update the CPU stats first before changing
2290 // See if we should be showing the platform update setup UI.
3130 processStats.update();
3137 processStats.update();
6447 // pending on the process even though we managed to update its
6713 //update content provider record entry info
7723 // Check to see if there are any update receiver
[all...]

Completed in 387 milliseconds

1234567