Searched defs:update (Results 51 - 75 of 124) sorted by last modified time

12345

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java202 public void update(PageRange[] writtenPages, PageRange[] selectedPages, method in class:PageAdapter
446 // Now update the empty state drawable, as it depends on the page
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java362 // already handled. (we get a few update events
1055 // nothing changed, so no need to update the database
1187 public int update(Uri url, ContentValues initialValues, String where, String[] whereArgs) { method in class:SettingsProvider
1188 // NOTE: update() is never called by the front-end Settings API, and updates that
1190 // intended effect (the update will be invisible to the rest of the system).
1194 if (LOCAL_LOGV) Slog.v(TAG, "update() for user " + callingUser);
1213 int count = db.update(args.table, initialValues, args.where, args.args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java75 public void update(boolean invert) { method in class:ViewInvertHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java115 public void update(int batteryLevel, int bucket, long screenOffTime) { method in class:PowerNotificationWarnings
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/recent/
H A DRecentsHorizontalScrollView.java89 private void update() { method in class:RecentsHorizontalScrollView
356 update();
360 update();
H A DRecentsVerticalScrollView.java90 private void update() { method in class:RecentsVerticalScrollView
365 update();
369 update();
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java50 update(true /* updateAlways */);
82 private void update(boolean updateAlways) { method in class:UnlockMethodCache
109 update(false /* updateAlways */);
114 update(false /* updateAlways */);
119 update(false /* updateAlways */);
124 update(false /* updateAlways */);
129 update(false /* updateAlways */);
134 update(false /* updateAlways */);
/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/
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/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java51 * Does a mass update at boot and then monitors for app install/remove.
149 update(mUsers, mApps, true);
183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) { method in class:PermissionMonitor
214 update(users, mApps, true);
226 update(users, mApps, false);
248 update(mUsers, apps, true);
265 update(mUsers, apps, false);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1885 /** True if a sync was in progress on the most recent call to update() */
1893 public synchronized void update() { method in class:SyncManager.SyncTimeTracker
2151 mSyncTimeTracker.update();
/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 DNotificationManagerService.java482 void update(int duration) { method in class:NotificationManagerService.ToastRecord
787 mSettingsObserver.update(null);
810 update(null);
814 update(uri);
817 public void update(Uri uri) { method in class:NotificationManagerService.SettingsObserver
1002 // This observer will force an update when observe is called, causing us to
1079 // If it's already in the queue, we update it in place, we don't
1083 record.update(duration);
1957 // Clear out group children of the old notification if the update
2965 final NotificationRankingUpdate update;
[all...]
H A DZenModeHelper.java512 update(null);
517 update(uri);
520 public void update(Uri uri) { method in class:ZenModeHelper.SettingsObserver
/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java182 public boolean update(boolean isPowered, int plugType, int batteryLevel) { method in class:WirelessChargerDetector
/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
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java108 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockContentProvider.InversionIContentProvider
110 return MockContentProvider.this.update(url, values, selection, selectionArgs);
215 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockContentProvider
H A DMockIContentProvider.java91 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockIContentProvider
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SingleUserProvider
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java64 update();
84 update();
87 update();
90 update();
94 private void update() { method in class:FixVibrateSetting
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrixColorFilter.java37 update();
52 update();
87 update();
118 update();
121 private void update() { method in class:ColorMatrixColorFilter
H A DLightingColorFilter.java51 update();
77 update();
103 update();
106 private void update() { method in class:LightingColorFilter
H A DPorterDuffColorFilter.java40 update();
70 update();
98 update();
101 private void update() { method in class:PorterDuffColorFilter

Completed in 673 milliseconds

12345