Searched refs:update (Results 26 - 50 of 343) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaConnectionTest.java116 connection.update(mDC);
118 logd("update connection state from active to holding");
120 connection.update(mDC);
134 connection.update(mDC);
136 connection.update(mDC);
151 connection.update(mDC);
153 connection.update(mDC);
170 connection.update(mDC);
172 connection.update(mDC);
186 connection.update(mD
[all...]
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DTestModel.java45 void update(String... names) { method in class:TestModel
62 update(r);
/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
134 mSpTexts.update();
/frameworks/base/core/java/com/android/internal/app/
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/keystore/java/android/security/keystore/
H A DKeyStoreCryptoOperationChunkedStreamer.java33 * {@code update} and {@code finish} operations.
36 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited
37 * amount of data in one go because the operations are marshalled via Binder. Secondly, the update
39 * remainder for next time. The helper exposes {@link #update(byte[], int, int) update} and
45 * parameters to {@code update} and {@code final} operations.
56 * Returns the result of the KeyStore {@code update} operation or null if keystore couldn't
59 OperationResult update(byte[] input); method in interface:KeyStoreCryptoOperationChunkedStreamer.Stream
91 public byte[] update(byt method in class:KeyStoreCryptoOperationChunkedStreamer
332 public OperationResult update(byte[] input) { method in class:KeyStoreCryptoOperationChunkedStreamer.MainDataStream
[all...]
/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/av/camera/ndk/impl/
H A DACameraMetadata.cpp80 mData.update(ANDROID_REQUEST_AVAILABLE_CAPABILITIES, capabilities);
120 mData.update(ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, filteredStreamConfigs);
147 mData.update(ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, filteredDepthStreamConfigs);
180 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { function in class:ACameraMetadata
185 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { function in class:ACameraMetadata
190 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { function in class:ACameraMetadata
195 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { function in class:ACameraMetadata
200 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { function in class:ACameraMetadata
205 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { function in class:ACameraMetadata
/frameworks/support/compat/java/android/support/v4/app/
H A DActivityOptionsCompat.java322 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImplJB
325 mImpl.update(otherImpl.mImpl);
343 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl21
347 mImpl.update(otherImpl.mImpl);
365 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl23
369 mImpl.update(otherImpl.mImpl);
392 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl24
396 mImpl.update(otherImpl.mImpl);
459 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEmergencyCryptkeeperText.java47 update();
61 update();
72 public void update() { method in class:EmergencyCryptkeeperText
/frameworks/base/services/net/java/android/net/util/
H A DAvoidBadWifiTracker.java70 mReevaluateRunnable = () -> { if (update() && cb != null) cb.run(); };
81 update();
112 public boolean update() { method in class:AvoidBadWifiTracker
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java134 final boolean update = (mPresenterSelector != null);
135 final boolean selectorChanged = update && mPresenterSelector != presenterSelector;
142 if (update) {
/frameworks/base/cmds/uiautomator/library/
H A DAndroid.mk116 .PHONY: update-uiautomator-api
117 update-uiautomator-api: PRIVATE_API_DIR := $(uiautomator_api_dir)
118 update-uiautomator-api: PRIVATE_REMOVED_API_FILE := $(uiautomator_internal_removed_api_file)
119 update-uiautomator-api: $(uiautomator_internal_api_file) | $(ACP)
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestProvider
H A DTestReceiver.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestReceiver
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMessageArea.java59 update();
85 update();
144 update();
159 private void update() { method in class:KeyguardMessageArea
/frameworks/base/services/core/java/com/android/server/updates/
H A DTzDataInstallReceiver.java23 import libcore.tzdata.update.TzDataBundleInstaller;
/frameworks/rs/api/
H A Drs_allocation_data.spec71 arg: uint32_t width, "Width of the incoming region to update."
72 arg: uint32_t height, "Height of the incoming region to update."
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java200 PendingHostUpdate update = updates.get(i);
201 switch (update.type) {
203 updateAppWidgetView(update.appWidgetId, update.views);
206 onProviderChanged(update.appWidgetId, update.widgetInfo);
209 viewDataChanged(update.appWidgetId, update.viewId);
/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java113 * Execute update using the current internal state as {@code WHERE} clause.
115 public int update(SQLiteDatabase db, String table, ContentValues values) { method in class:SelectionBuilder
116 return db.update(table, values, getSelection(), getSelectionArgs());
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp39 update();
44 void Daltonizer::update() { function in class:android::Daltonizer

Completed in 1254 milliseconds

1234567891011>>