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

12345

/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
201 list.set(update, moveOp);
/frameworks/base/core/java/android/content/
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);
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.java47 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/provider/
H A DDocumentsProvider.java608 public final int update( method in class:DocumentsProvider
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java172 * This will update the state of the current visual effect and its associated animation.
189 * This will update the state of the current visual effect and its associated animation.
319 update();
355 private void update() { method in class:EdgeEffect
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java175 mAdapter.update();
188 public void update() { method in class:MediaRouteChooserDialog.RouteAdapter
H A DMediaRouteControllerDialog.java167 // volume update.
191 if (update()) {
210 update();
239 private boolean update() { method in class:MediaRouteControllerDialog
292 update();
297 update();
310 update();
315 update();
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java43 * NetworkManagementService. When the class receives update notifications from
44 * the NetworkManagementService notification threads, it applies the update to
46 * the update via the callback.
51 * triggers an update callback after the change is made, the owner may get more
74 public void update(); method in interface:NetlinkTracker.Callback
115 mCallback.update();
129 mCallback.update();
143 mCallback.update();
157 mCallback.update();
171 mCallback.update();
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java546 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:ContentProviderOperationTest.TestContentProvider
/frameworks/base/libs/input/
H A DSpriteController.cpp111 // Each sprite update record includes a reference to its associated sprite so we can
133 SpriteUpdate& update = updates.editItemAt(i); local
135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
136 update.state.surfaceWidth = update.state.icon.bitmap.width();
137 update.state.surfaceHeight = update.state.icon.bitmap.height();
138 update.state.surfaceDrawn = false;
139 update
151 SpriteUpdate& update = updates.editItemAt(i); local
192 SpriteUpdate& update = updates.editItemAt(i); local
243 SpriteUpdate& update = updates.editItemAt(i); local
329 const SpriteUpdate& update = updates.itemAt(i); local
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMessageArea.java79 update();
159 update();
171 update();
188 void update() { method in class:KeyguardMessageArea
208 update();
216 update();
/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/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/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/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java63 protected void update() { method in class:CompoundTransform.Component
86 update();
106 update();
110 update();
126 update();
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java271 public void update(WifiP2pDevice device) { method in class:WifiP2pDevice
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java337 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:IccProvider
342 if (DBG) log("update");
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java479 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:FileProvider
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java132 * will listen to changes on this session and update the UI automatically in
160 update();
200 if (update()) {
248 private boolean update() { method in class:MediaRouteControllerDialog
359 update();
364 update();
386 update();
392 update();
/frameworks/av/camera/
H A DCameraMetadata.cpp188 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
201 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
214 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
227 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
240 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
253 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
266 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
310 ALOGE("%s: Unable to update metadata entry %s.%s (%x): %s (%d)",
319 "%s: Failed to validate metadata structure after update %p",
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java268 holder.update();
283 holder.update();
312 holder.update();
328 holder.update();
474 public void update() { method in class:MediaSessionLegacyHelper.SessionHolder

Completed in 9230 milliseconds

12345