Searched refs:update (Results 101 - 125 of 226) sorted by relevance

12345678910

/frameworks/base/cmds/screencap/
H A Dscreencap.cpp144 if (display != NULL && screenshot.update(display, Rect(), false) == NO_ERROR) {
/frameworks/base/core/java/android/content/
H A DIContentProvider.java47 public int update(String callingPkg, Uri url, ContentValues values, String selection, method in interface:IContentProvider
H A DContentProviderClient.java246 /** See {@link ContentProvider#update ContentProvider.update} */
247 public int update(Uri url, ContentValues values, String selection, method in class:ContentProviderClient
251 return mContentProvider.update(mPackageName, url, values, selection, selectionArgs);
/frameworks/base/core/java/android/widget/
H A DOverScroller.java323 if (!mScrollerX.update()) {
331 if (!mScrollerY.update()) {
894 update();
900 * true if update has been done and false if animation duration has been
903 boolean update() { method in class:OverScroller.SplineOverScroller
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java327 ((TabView) mTabLayout.getChildAt(position)).update();
376 update();
381 update();
418 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:MemoryFileProvider
164 throw new UnsupportedOperationException("update not supported");
/frameworks/base/services/usage/java/com/android/server/usage/
H A DIntervalStats.java84 void update(String packageName, long timeStamp, int eventType) { method in class:IntervalStats
H A DUserUsageStatsService.java122 stat.update(pkgStats.mPackageName, stat.lastTimeSaved,
170 stats.update(event.mPackage, event.mTimeStamp, event.mEventType);
361 stat.update(pkgStats.mPackageName, mDailyExpiryDate.getTimeInMillis() - 1,
379 stat.update(name, beginTime, UsageEvents.Event.CONTINUE_PREVIOUS_DAY);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2, method in class:BridgeContentProvider
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SampleProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java68 * it will later become SIM_NEW or SIM_REPOSITION during update procedure
324 contentResolver.update(SubscriptionManager.CONTENT_URI, number,
349 contentResolver.update(SubscriptionManager.CONTENT_URI, name,
379 logd("Invalid subId, could not update ContentResolver");
449 contentResolver.update(SubscriptionManager.CONTENT_URI, value,
526 contentResolver.update(SubscriptionManager.CONTENT_URI, value,
533 logd("updateSubscriptionInfoByIccId:- SsubscriptionInfo update complete");
H A DSubscriptionController.java645 resolver.update(SubscriptionManager.CONTENT_URI, value,
672 // one, need to update the default subId with second one.
777 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
800 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
849 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
879 // This function had a call to update number on the SIM (Phone.setLine1Number()) but that
883 result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
886 if (DBG) logd("[setDisplayNumber]- update result :" + result);
912 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
939 int result = mContext.getContentResolver().update(SubscriptionManage
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java56 act.mProcessor.update();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java336 ((TabView) mTabLayout.getChildAt(position)).update();
396 update();
401 update();
441 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/base/core/java/android/provider/
H A DCallLog.java360 * If a successful call is made that is longer than this duration, update the phone number
594 resolver.update(feedbackUri, new ContentValues(), null, null);
617 resolver.update(Data.CONTENT_URI, values, Data._ID + "=?", new String[] {dataId});
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java183 mWarnings.update(mBatteryLevel, bucket, mScreenOffTime);
253 void update(int batteryLevel, int bucket, long screenOffTime); method in interface:PowerUI.WarningsUI
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java168 sInstance.update(context);
181 void update(Context context) { method in class:RecentsConfiguration
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java231 md.update(data, 0, DIGEST_SIZE_BYTES); // include 0 checksum in digest
233 md.update(data, 0, read);
H A DBatteryService.java294 private void update(BatteryProperties props) { method in class:BatteryService
636 boolean update = true;
651 update = false;
653 if (update) {
756 BatteryService.this.update(props);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp176 metadata.update(ANDROID_REQUEST_OUTPUT_STREAMS, &outputStreamIds[0],
179 metadata.update(ANDROID_REQUEST_ID, &requestId, /*size*/1);
697 metadata.update(ANDROID_LED_TRANSMIT,
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java531 update(null);
536 update(uri);
539 private void update(Uri uri) { method in class:ManagedServices.SettingsObserver
H A DZenModeHelper.java512 update(null);
517 update(uri);
520 public void update(Uri uri) { method in class:ZenModeHelper.SettingsObserver
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py183 self.timer.add_callback(lambda: self.update())
263 def update(self): member in class:Plotter
454 plotter.update()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dsyn_filt_opt.s28 @ m --- 16 lg --- 80 update --- 1
224 @ update mem[]
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java115 assertEquals(1, r.update(uri, v, null, null));
184 assertEquals(1, r.update(uri, v, null, null));

Completed in 834 milliseconds

12345678910