Searched defs:update (Results 76 - 100 of 165) sorted by relevance

1234567

/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.
320 update();
356 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.java41 * NetworkManagementService. When the class receives update notifications from
42 * the NetworkManagementService notification threads, it applies the update to
44 * the update via the callback.
49 * triggers an update callback after the change is made, the owner may get more
72 public void update(); method in interface:NetlinkTracker.Callback
113 mCallback.update();
126 mCallback.update();
140 mCallback.update();
154 mCallback.update();
168 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/keystore/java/android/security/keystore/
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java357 public byte[] update(byte[] input, int inputOffset, int inputLength) method in class:AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer
359 byte[] output = mDelegate.update(input, inputOffset, inputLength);
414 public OperationResult update(byte[] input) { method in class:AndroidKeyStoreAuthenticatedAESCipherSpi.AdditionalAuthenticationDataStream
419 // field. We fix this discrepancy here. KeyStore.update contract is that all of AAD
421 OperationResult result = mKeyStore.update(mOperationToken, keymasterArgs, null);
/frameworks/base/libs/input/
H A DSpriteController.cpp115 // Each sprite update record includes a reference to its associated sprite so we can
137 SpriteUpdate& update = updates.editItemAt(i); local
139 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
140 update.state.surfaceWidth = update.state.icon.bitmap.width();
141 update.state.surfaceHeight = update.state.icon.bitmap.height();
142 update.state.surfaceDrawn = false;
143 update
155 SpriteUpdate& update = updates.editItemAt(i); local
196 SpriteUpdate& update = updates.editItemAt(i); local
247 SpriteUpdate& update = updates.editItemAt(i); local
333 const SpriteUpdate& update = updates.itemAt(i); local
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java108 mAdapter.update(data);
120 mAdapter.update(null);
184 // Only update root here to avoid spinning up all
185 // providers; we update the stack during the actual
226 void update(@Nullable List<DocumentStack> items) { method in class:RecentsCreateFragment.DocumentStackAdapter
H A DSearchViewManager.java104 void update(RootInfo root) { method in class:SearchViewManager
106 if (DEBUG) Log.d(TAG, "update called before Search MenuItem installed.");
158 // Causes calling onClose(). onClose() is triggering directory content update.
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DModel.java83 void update(DirectoryResult result) { method in class:Model
418 * Called when a successful update has occurred.
423 * Called when an update has been attempted but failed.
430 * according to the current sort order, which was set by the last model update.
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java174 mWarnings.update(mBatteryLevel, bucket, mScreenOffTime);
242 void update(int batteryLevel, int bucket, long screenOffTime); method in interface:PowerUI.WarningsUI
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java52 update(mContext.getResources().getConfiguration());
63 update(newConfig);
87 private void update(Configuration configuration) { method in class:Divider
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java81 update();
86 update();
91 update();
103 update();
107 public void update() { method in class:LockIcon
108 update(false /* force */);
111 public void update(boolean force) { method in class:LockIcon
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java150 mClickScheduler.update(event, policyFlags);
311 public void update(MotionEvent event, int policyFlags) { method in class:AutoclickController.ClickScheduler
354 // If there already is a scheduled click at time before the updated time, just update
/frameworks/base/services/core/java/com/android/server/
H A DGraphicsStatsService.java123 data.update(buffer.mPackageName, buffer.mUid, buffer.mProcessBuffer);
236 void update(String packageName, int uid, MemoryFile file) { method in class:GraphicsStatsService.HistoricalData
/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/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java100 public static Notification makeBigTextNotification(Context context, int update, int id, argument
133 int end = 2 + update;
143 if (update > 2) {
156 .setNumber(update)
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java271 public void update(WifiP2pDevice device) { method in class:WifiP2pDevice
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java132 public Credential(WifiEnterpriseConfig enterpriseConfig, KeyStore keyStore, boolean update) argument
182 mDisregardPassword = update && mPassword.length() < 2;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java340 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:IccProvider
345 if (DBG) log("update");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java302 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { method in class:ImsPhoneCall
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DDcTrackerMock.java125 public void update() { method in class:DcTrackerMock
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java480 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:FileProvider

Completed in 681 milliseconds

1234567