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

<<111213

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java715 // TODO - redundent with update call below?
734 update();
1389 // update APN availability so that APN can be enabled.
4102 public void update() { method in class:DcTracker
4103 log("update sub = " + mPhone.getSubId());
4104 log("update(): Active DDS, register for all events now!");
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1834 final boolean update = res.removedInfo != null
1855 // the first time vs. those who are seeing an update.
1877 // Send installed broadcasts if the install/update is not ephemeral
1887 if (update) {
1895 if (update) {
2658 // Now that we know all of the shared libraries, update all clients to have
2671 // read and update their last usage times.
2695 // If this is the first boot or an update from pre-M, and it is a normal
5265 // component is no longer known. Most likely an update
6911 // app got an OTA update whic
8984 maybeRenameForeignDexMarkers(PackageParser.Package existing, PackageParser.Package update, UserHandle user) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java519 * is a different instance, and we need to update our
922 // Request to update light center.
2058 // may have moved and we need check that and if so to update the left and right
3026 // to update the scroll position if the focus has changed (in which
4915 update(event, true);
4925 update(event, false);
4928 private void update(MotionEvent event, boolean synthesizeNewKeys) { method in class:ViewRootImpl.SyntheticJoystickHandler
5588 // The sequence has changed, so we need to update our value and make
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java681 // update the print job in onPause if finishing, hence post a message.
695 // The previous update might have been canceled
703 // update the print job in onPause if finishing, hence post a message.
1058 * Clear the selected page range and update the preview if needed.
1162 final boolean willUpdate = mPrintedDocument.update(mPrintJob.getAttributes(),
1166 // When the update is done we update the print preview.
1214 // updateSelectedPagesFromTextField migth update the preview, hence apply the preview first
1557 // Always update the summary.
1596 // If the media sizes changed, we update th
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java472 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { method in class:SettingsProvider
474 Slog.v(LOG_TAG, "update() for user: " + UserHandle.getCallingUserId());
648 // value with a forced update to ensure that all cross profile dependencies
649 // are taken into account. Also make sure the settings update to.. the same
1384 // nothing changed, so no need to update the database
2090 // Try an update from the current state.
2150 * upgrade step you *must* update SETTINGS_VERSION.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java126 /** Do not update the stack and layout to the initial state. */
206 // A convenience update listener to request updating clipping of tasks
497 // just update the transform at the new scroll
539 * current {@link TaskStack}. This call does not continue on to update their position to the
693 * Posts an update to synchronize the {@link TaskView}s with the stack on the next frame.
701 * Called to update a specific {@link TaskView} to a given {@link TaskViewTransform} with a
788 // For each of the ignore tasks, update the translationZ of its TaskView to be
831 mLayoutAlgorithm.update(mStack, mIgnoreTasks);
1190 // Update the stable stack bounds, but only update the current stack bounds if the stable
1209 // If this is the first layout, then scroll to the front of the stack, then update th
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java105 // Message: Sent when a user activity timeout occurs to update the power state.
1435 final boolean dockedOnWirelessCharger = mWirelessChargerDetector.update(
1702 * bit and calling update power state. Wakefulness transitions are handled elsewhere.
1809 * Determines whether to post a message to the sandman to update the dream state.
1978 * When the update is finished, mDisplayReady will be set to true. The display
2605 * bit and calling update power state.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1210 Rlog.e(LOG_TAG, "Cannot update network selection preference due to invalid subId " +
3180 mDcTracker.update();
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java588 public void update(NetworkAgentInfo nai) { method in class:ConnectivityService.LegacyTypeTracker
1410 // skip update when we've already applied rules
2149 // If captive portal status has changed, update capabilities.
4330 * Have netd update routes from oldLp to newLp.
4865 // For now only update icons for default connection.
4992 mLegacyTypeTracker.update(networkAgent);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java271 // CPU update, even if we aren't currently running wake locks.
1238 * A counter meant to accept monotonically increasing values to its {@link #update(long, int)}
1243 * account for the change. If the value passed in to {@link #update(long, int)} decreased
1283 * A sequence counter, incremented once for each update of the stats.
1306 * Ends the current sample, allowing subsequent values to {@link #update(long, int)} to
1336 public void update(long totalTime, int count) { method in class:BatteryStatsImpl.SamplingTimer
1360 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount);
1581 * time we have been running since we last computed an update.
2193 static final int DELTA_TIME_ABS = 0x7fffd; // Following is an entire abs update.
2393 // Perform a CPU update righ
[all...]
/frameworks/base/
H A DAndroid.mk1036 update-api: doc-comment-check-docs
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java246 action.update(dx, dy, time, mDecelerateInterpolator);
1271 * Checks if we need to update row secondary sizes.
1286 // second layout pass to update the measured size after having measured
1355 // Measure all current children and update cached row heights
1901 // "visible window" and we update scrollMin/scrollMax then run second scrollToView
2189 // when padding changes to 20, we also need update mScrollOffsetSecondary to -20 before
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1162 * Perform a quick, in-place update of the checked or activated state
3972 // Still within bounds, update the hotspot.
5673 mPopup.update(xy[0], bottomGap, -1, -1);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1421 * Used to retain an update lock when the foreground activity is in
1783 Slog.w(TAG, "Failed to update time zone for: " + r.info.processName);
1822 Slog.w(TAG, "Failed to update http proxy for: " +
1959 "Applying new update lock state '" + nextState
1993 Slog.w(TAG, "Failed to update preferences for: " + r.info.processName);
2787 mProcessCpuTracker.update();
2877 // When plugging in, update the CPU stats first before changing
3633 checkTime(startTime, "startProcess: starting to update cpu stats");
3798 checkTime(startTime, "startProcess: starting to update pids map");
3927 // See if we should be showing the platform update setu
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java212 * update themselves directly. This will cause a full re-layout but when it happens via the
2919 * attempt to update adapter contents will result in an exception because adapter contents
3387 + " ID. This might happen due to inconsistent Adapter update events or"
4829 * @param view The view to update.
4965 // update position
5028 // do not update unless we absolutely have to.
5240 * The caller must call {@link #clearScrap()} when it's done to update the recycler's
5425 // >> remove removed and invalid flags, add update flag to rebind
5718 * update the contents of the {@link ViewHolder#itemView} to reflect the item at the given
5740 * should update th
10345 public void update(int dx, int dy, int duration, Interpolator interpolator) { method in class:RecyclerView.SmoothScroller.Action
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 625 milliseconds

<<111213