Searched defs:update (Results 51 - 75 of 165) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightStatusBarController.java72 update(fullscreenStackBounds, dockedStackBounds);
97 private void update(Rect fullscreenStackBounds, Rect dockedStackBounds) { method in class:LightStatusBarController
H A DUnlockMethodCache.java51 update(true /* updateAlways */);
87 private void update(boolean updateAlways) { method in class:UnlockMethodCache
116 update(false /* updateAlways */);
121 update(false /* updateAlways */);
126 update(false /* updateAlways */);
131 update(false /* updateAlways */);
139 update(false /* updateAlways */);
144 update(false /* updateAlways */);
149 update(false /* updateAlways */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java83 update();
93 update();
99 update();
118 public void update() { method in class:ZenFooter
138 mSpTexts.update();
/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/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java122 public int update(Uri uri, ContentValues values, String selection, method in class:TrackerProvider
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java65 long lastEventTime = mAdapter.update(events);
76 public long update(UsageEvents results) { method in class:UsageLogActivity.Adapter
H A DUsageStatsActivity.java89 mAdapter.update(stats);
95 public void update(Map<String, UsageStats> stats) { method in class:UsageStatsActivity.Adapter
/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/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/base/tools/velocityplot/
H A Dvelocityplot.py118 self.timer.add_callback(lambda: self.update())
177 def update(self): member in class:Plotter
286 plotter.update()
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java81 * Add/update a device to the list. If the device is not found, a new device entry
86 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList
207 deviceList.update((WifiP2pDevice)in.readParcelable(null));
/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java74 * The equivalent of the {@link #update} method, but invoked within a transaction.
148 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
H A DSyncStateContentProviderHelper.java28 * and implements query/insert/update/delete to access that table using the
95 public int update(SQLiteDatabase db, ContentValues values, method in class:SyncStateContentProviderHelper
97 return db.update(SYNC_STATE_TABLE, values, selection, selectionArgs);
100 public int update(SQLiteDatabase db, long rowId, Object data) { method in class:SyncStateContentProviderHelper
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java143 public void update(NetworkDetail network, method in class:AnqpCache
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockKeyStore.java24 public void update(byte[] blob, int flag) { method in class:MockKeyStore.KeyBlob
114 access(uid, key, true).update(value, flags);
144 access(destUid, destKey, true).update(blob.blob, blob.flag);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java127 public int update(android.net.Uri uri, android.content.ContentValues values, method in class:SubscriptionControllerTest.FakeSubscriptionContentProvider
133 Log.d(TAG, "update the values..." + key + "..." + values.getAsString(key));
H A DSubscriptionInfoUpdaterTest.java86 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SubscriptionInfoUpdaterTest.FakeSubscriptionContentProvider
319 after IccId query, update subscriptionDB */
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplEclairMr1.java159 private void update() { method in class:ValueAnimatorCompatImplEclairMr1
191 update();
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java190 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImplJB
193 mImpl.update(otherImpl.mImpl);
211 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl21
215 mImpl.update(otherImpl.mImpl);
239 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java180 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update, argument
188 // moved item is updated. add an update for it
202 list.set(update, moveOp);
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java292 /** See {@link ContentProvider#update ContentProvider.update} */
293 public int update(@NonNull Uri url, @Nullable ContentValues values, @Nullable String selection, method in class:ContentProviderClient
299 return mContentProvider.update(mPackageName, url, values, selection, selectionArgs);
H A DContentProviderNative.java222 int count = update(callingPkg, url, values, selection, selectionArgs);
553 public int update(String callingPkg, Uri url, ContentValues values, String selection, method in class:ContentProviderProxy
H A DIContentProvider.java48 public int update(String callingPkg, Uri url, ContentValues values, String selection, method in interface:IContentProvider
H A DSearchRecentSuggestionsProvider.java53 * <li>In order for the Content Resolver to do this, you must update your searchable activity's
89 // Table of database versions. Don't forget to update!
393 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SearchRecentSuggestionsProvider
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java49 // - listen for the next threshold time to update the view.
124 update();
131 update();
140 update();
144 void update() { method in class:DateTimeView
210 // Schedule the next update
212 // Currently showing the time, update at the later of twelve hours after or midnight.
217 // If the time is in the past, don't schedule an update
309 update();
333 update();
[all...]

Completed in 800 milliseconds

1234567