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

1234567891011

/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/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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java131 final boolean update = (mPresenterSelector != null);
132 final boolean selectorChanged = update && mPresenterSelector != presenterSelector;
139 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.java56 update();
81 update();
135 update();
150 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.spec67 arg: uint32_t width, "Width of the incoming region to update."
68 arg: uint32_t height, "Height of the incoming region to update."
/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.cpp46 update();
51 void Daltonizer::update() { function in class:android::Daltonizer
/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();
127 mCallback.update();
141 mCallback.update();
155 mCallback.update();
169 mCallback.update();
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java164 signer.update(content.trim().getBytes());
165 signer.update(version.trim().getBytes());
166 signer.update(requiredHash.getBytes());
177 signer.update(content.trim().getBytes());
178 signer.update(version.trim().getBytes());
179 signer.update(requiredPrevious.trim().getBytes());
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java682 NotificationRankingUpdate update) {
704 applyUpdate(update);
719 NotificationRankingUpdate update) {
729 applyUpdate(update);
738 public void onListenerConnected(NotificationRankingUpdate update) { argument
741 applyUpdate(update);
750 public void onNotificationRankingUpdate(NotificationRankingUpdate update) argument
754 applyUpdate(update);
781 private void applyUpdate(NotificationRankingUpdate update) { argument
782 mRankingMap = new RankingMap(update);
681 onNotificationPosted(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update) argument
718 onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update) argument
[all...]
/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/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java77 * @return true when update request is correctly sent. False when the request fails,
100 * @see #update(Collection, Collection, String)
102 * @return true when update request is correctly sent. False when the request fails,
138 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_LONG_TEXT);
150 * @see #update(Collection, Collection, String)
152 * @return true when update request is correctly sent. False when the request fails,
188 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_SHORT_TEXT);
195 * @return true when one or more of update requests are correctly sent.
198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { method in class:DataUsageStatUpdater
215 if (mResolver.update(ur
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java174 update(p.x, p.y, -1, -1, true);
455 * the {@link #update()} methods.</p>
457 * @see #update()
469 * the {@link #update()} methods.</p>
475 * @see #update()
559 * the {@link #update()} methods.</p>
565 * @see #update()
588 * the {@link #update()} methods.</p>
591 * @see #update()
639 * the {@link #update()} method
1682 public void update() { method in class:PopupWindow
1719 public void update(int width, int height) { method in class:PopupWindow
1737 public void update(int x, int y, int width, int height) { method in class:PopupWindow
1756 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
1826 public void update(View anchor, int width, int height) { method in class:PopupWindow
1846 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
1850 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
/frameworks/ex/common/java/com/android/common/content/
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/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/core/java/android/database/sqlite/
H A DSqliteWrapper.java76 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
79 return resolver.update(uri, values, where, selectionArgs);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl129 * Accepts an incoming call or session update.
138 * Rejects an incoming call or session update.
187 void update(int callType, in ImsStreamMediaProfile profile);

Completed in 4683 milliseconds

1234567891011