Searched defs:update (Results 126 - 150 of 165) sorted by relevance

1234567

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java168 * or updating the current row. Thus the insert or update always occurs.
210 public static final int OPEN_READWRITE = 0x00000000; // update native code if changing
216 public static final int OPEN_READONLY = 0x00000001; // update native code if changing
218 private static final int OPEN_READ_MASK = 0x00000001; // update native code if changing
228 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // update native code if changing
234 public static final int CREATE_IF_NECESSARY = 0x10000000; // update native code if changing
928 * Mark this table as syncable. When an update occurs in this table the
942 * table. When an update occurs in this table the _sync_dirty field of the
946 * @param table an update on this table will trigger a sync time removal
1512 * @param table the table to update i
1522 public int update(String table, ContentValues values, String whereClause, String[] whereArgs) { method in class:SQLiteDatabase
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java867 NotificationRankingUpdate update) {
889 applyUpdateLocked(update);
907 NotificationRankingUpdate update) {
917 applyUpdateLocked(update);
928 public void onListenerConnected(NotificationRankingUpdate update) { argument
931 applyUpdateLocked(update);
938 public void onNotificationRankingUpdate(NotificationRankingUpdate update) argument
942 applyUpdateLocked(update);
991 private void applyUpdateLocked(NotificationRankingUpdate update) { argument
992 mRankingMap = new RankingMap(update);
866 onNotificationPosted(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update) argument
906 onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DOverScroller.java320 if (!mScrollerX.update()) {
328 if (!mScrollerY.update()) {
895 update();
901 * true if update has been done and false if animation duration has been
904 boolean update() { method in class:OverScroller.SplineOverScroller
H A DPopupWindow.java225 update(p.x, p.y, -1, -1, true);
564 * the {@link #update()} methods.</p>
566 * @see #update()
578 * the {@link #update()} methods.</p>
584 * @see #update()
668 * the {@link #update()} methods.</p>
674 * @see #update()
697 * the {@link #update()} methods.</p>
700 * @see #update()
748 * the {@link #update()} method
1947 public void update() { method in class:PopupWindow
1990 public void update(int width, int height) { method in class:PopupWindow
2008 public void update(int x, int y, int width, int height) { method in class:PopupWindow
2027 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
2110 public void update(View anchor, int width, int height) { method in class:PopupWindow
2130 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
2134 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
/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/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/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/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/notification/
H A DManagedServices.java812 update(null);
817 update(uri);
820 private void update(Uri uri) { method in class:ManagedServices.SettingsObserver
H A DNotificationUsageStats.java546 noisyImportance.update(previous.noisyImportance);
547 quietImportance.update(previous.quietImportance);
548 finalImportance.update(previous.finalImportance);
576 enqueueRate.update(now);
734 void update(ImportanceHistogram that) { method in class:NotificationUsageStats.ImportanceHistogram
936 /** Copy useful information out of the stats from the pre-update notifications. */
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/native/libs/gui/
H A DSurfaceComposerClient.cpp817 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
844 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
849 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
853 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
855 return ScreenshotClient::update(display, sourceCrop, 0, 0, 0, -1U,
859 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
861 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java108 update(c, ci, ics);
114 update(c, ci, ics);
135 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { method in class:UiccCard
146 //update applications
161 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
179 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
185 if (DBG) log("update: notify card removed");
190 if (DBG) log("update: notify card added");
204 ((CatService)mCatService).update(mCi, mContext, this);
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/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java112 mAdapter.update();
435 public void update() { method in class:NavigationMenuPresenter.NavigationMenuAdapter
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java137 assertFalse("update op should not match any existing view holders",
1038 mTestAdapter.update(start, count);
1045 mTestAdapter.update(start, count, payload);
1092 public void update(int index, int count) { method in class:AdapterHelperTest.TestAdapter
1093 update(index, count, null);
1096 public void update(int index, int count, Object payload) { method in class:AdapterHelperTest.TestAdapter
1098 mItems.get(index + i).update(payload);
1162 public void update(Object payload) { method in class:AdapterHelperTest.TestAdapter.Item
/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/core/java/com/android/internal/app/procstats/
H A DProcessStats.java509 public boolean evaluateSystemProperties(boolean update) { argument
515 if (update) {
1172 // If this has active services, we need to update their process pointer
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1249 ((CCLayout) mClosedCaptionLayout).update(styledTexts);
1444 void update(SpannableStringBuilder[] textBuffer) { method in class:Cea608CCWidget.CCLayout
H A DWebVttRenderer.java1258 cueBox.update();
1605 cueBox.update();
1700 update();
1720 public void update() { method in class:WebVttRenderingWidget.CueLayout
1836 update();
1839 public void update() { method in class:WebVttRenderingWidget.SpanLayout
/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/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 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/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...]

Completed in 9161 milliseconds

1234567