Searched refs:update (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp434 mDrcWrap.update();
702 mDrcWrap.update();
859 mDrcWrap.update();
1057 mDrcWrap.update();
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp153 lastValues.update(entry);
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp170 status_t result = screenshot.update(display, Rect(),
/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java226 crc.update(buf, 0, nRead);
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java100 args.result = resolver.update(args.uri, args.values, args.selection,
224 * This method begins an asynchronous update. When the update operation is
228 * the update operation.
230 * @param uri the Uri passed to the update operation.
231 * @param values the ContentValues parameter passed to the update operation.
304 * Called when an asynchronous update is completed.
310 * @param result the result returned from the update operation
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/util/apk/
H A DApkSignatureSchemeV2Verifier.java310 sig.update(signedData);
510 mds[i].update(chunkContentPrefix);
1062 md.update(buf);
1117 // MessageDigest.update below sets it to the buffer's limit.
1119 md.update(region);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DMockFontProvider.java263 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockFontProvider
264 throw new UnsupportedOperationException("update is not supported.");
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreSignatureSpiBase.java271 output = mMessageStreamer.update(b, off, len);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java127 private static final String HISTORICAL_OPERATION_UPDATE = "update";
329 if (!oldState.update(value, makeDefault, packageName, tag, false)) {
847 update(value, makeDefault, packageName, tag, false);
908 return update(this.defaultValue, false, packageName, null, true);
911 public boolean update(String value, boolean setDefault, String packageName, String tag, method in class:SettingsState.Setting
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHumanInteractionClassifier.java153 mClassifierData.update(event);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java153 dockState.update(mRv.getContext());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationHeaderViewWrapper.java218 mInvertHelper.update(dark);
221 // We don't update the color for children views / their icon is invisible anyway.
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java280 public void update(WifiP2pDevice device) { method in class:WifiP2pDevice
/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
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h78 void updatePowerMode(const PowerModeUpdate& update, const std::shared_ptr<Event>& event);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java81 * it will later become SIM_NEW or SIM_REPOSITION during update procedure
420 contentResolver.update(SubscriptionManager.CONTENT_URI, number,
439 contentResolver.update(SubscriptionManager.CONTENT_URI, name,
565 contentResolver.update(SubscriptionManager.CONTENT_URI, value,
642 contentResolver.update(SubscriptionManager.CONTENT_URI, value,
653 logd("updateSubscriptionInfoByIccId:- SsubscriptionInfo update complete");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java309 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { method in class:ImsPhoneCall
338 Rlog.v(LOG_TAG, "update : " + mCallContext + " state: " + oldState + " --> " + mState);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardApplicationTest.java70 mUiccCardApplication.update(mUiccCardAppStatus,
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_bundle.py356 java_and_jni_apks.update(self._tests_jni)
/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DMockFontProvider.java290 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockFontProvider
291 throw new UnsupportedOperationException("update is not supported.");
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPagerSnapHelper.java135 action.update(dx, dy, time, mDecelerateInterpolator);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java761 // After successfully store the data, we should update
801 if (mContentResolver.update(uri, cv, null, null) != 1) {
802 throw new MmsException("unable to update " + uri.toString());
914 SqliteWrapper.update(mContext, mContentResolver,
1087 SqliteWrapper.update(mContext, mContentResolver, uri, values, null, null);
1133 SqliteWrapper.update(mContext, mContentResolver, uri, values, null, null);
1135 // Only update the data when:
1426 SqliteWrapper.update(mContext, mContentResolver, res, values, null, null);
1432 // Get the real ID of the PDU and update all parts which were
1439 SqliteWrapper.update(mContex
[all...]
/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java816 result = mKeyStore.update(token, null, new byte[] {0x01, 0x02, 0x03, 0x04});
825 OperationResult result = mKeyStore.update(token, null, new byte[] {0x01});
847 result = mKeyStore.update(token, null, in);
924 mKeyStore.update(first, null, new byte[] {0x01}).resultCode);
946 result = mKeyStore.update(token, null, new byte[] {0x01, 0x02, 0x03, 0x04});
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java197 update(mConfig, mInfo, mNetworkInfo);
358 boolean update(WifiNetworkScoreCache scoreCache, boolean scoringUiEnabled) { method in class:AccessPoint
976 boolean update(ScanResult result) { method in class:AccessPoint
980 /* Add or update the scan result for the BSSID */
1003 /** Attempt to update the AccessPoint and return true if an update occurred. */
1004 public boolean update(WifiConfiguration config, WifiInfo info, NetworkInfo networkInfo) { method in class:AccessPoint
1033 void update(WifiConfiguration config) { method in class:AccessPoint

Completed in 792 milliseconds

1234567891011>>