Searched refs:update (Results 126 - 150 of 266) sorted by relevance

1234567891011

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECDSASignatureSpi.java73 public byte[] update(byte[] input, int inputOffset, int inputLength) method in class:AndroidKeyStoreECDSASignatureSpi.NONE.TruncateToFieldSizeMessageStreamer
H A DAndroidKeyStoreHmacSpi.java216 output = mChunkedStreamer.update(input, offset, len);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DIntervalStats.java96 void update(String packageName, long timeStamp, int eventType) { method in class:IntervalStats
/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2, method in class:BridgeContentProvider
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java135 public void update(NetworkDetail network, method in class:AnqpCache
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SampleProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java78 * it will later become SIM_NEW or SIM_REPOSITION during update procedure
400 contentResolver.update(SubscriptionManager.CONTENT_URI, number,
419 contentResolver.update(SubscriptionManager.CONTENT_URI, name,
449 logd("Invalid subId, could not update ContentResolver");
533 contentResolver.update(SubscriptionManager.CONTENT_URI, value,
610 contentResolver.update(SubscriptionManager.CONTENT_URI, value,
620 logd("updateSubscriptionInfoByIccId:- SsubscriptionInfo update complete");
H A DSubscriptionController.java714 resolver.update(SubscriptionManager.CONTENT_URI, value,
741 // one, need to update the default subId with second one.
806 resolver.update(SubscriptionManager.CONTENT_URI, value,
887 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI,
918 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI,
975 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI,
1013 // This function had a call to update number on the SIM (Phone.setLine1Number()) but
1017 result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
1020 if (DBG) logd("[setDisplayNumber]- update result :" + result);
1053 int result = mContext.getContentResolver().update(SubscriptionManage
[all...]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java49 act.mProcessor.update();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java56 act.mProcessor.update();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java339 ((TabView) mTabLayout.getChildAt(position)).update();
404 update();
409 update();
449 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/av/include/private/media/
H A DAudioTrackShared.h537 const StaticAudioTrackState &update) const;
539 const StaticAudioTrackState &update) const;
540 ssize_t pollPosition(); // poll for state queue update, and return current position
/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/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java166 sInstance.update(context);
179 void update(Context context) { method in class:RecentsConfiguration
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java233 md.update(data, 0, DIGEST_SIZE_BYTES); // include 0 checksum in digest
235 md.update(data, 0, read);
H A DBatteryService.java294 private void update(BatteryProperties props) { method in class:BatteryService
652 boolean update = true;
667 update = false;
669 if (update) {
774 BatteryService.this.update(props);
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py183 self.timer.add_callback(lambda: self.update())
263 def update(self): member in class:Plotter
454 plotter.update()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dsyn_filt_opt.s28 @ m --- 16 lg --- 80 update --- 1
224 @ update mem[]
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java273 /** See {@link ContentProvider#update ContentProvider.update} */
274 public int update(@NonNull Uri url, @Nullable ContentValues values, @Nullable String selection, method in class:ContentProviderClient
280 return mContentProvider.update(mPackageName, url, values, selection, selectionArgs);
/frameworks/base/core/java/android/provider/
H A DCallLog.java393 * If a successful call is made that is longer than this duration, update the phone number
672 resolver.update(feedbackUri, new ContentValues(), null, null);
695 resolver.update(Data.CONTENT_URI, values, Data._ID + "=?", new String[] {dataId});
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java115 assertEquals(1, r.update(uri, v, null, null));
184 assertEquals(1, r.update(uri, v, null, null));
/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/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp376 mDrcWrap.update();
650 mDrcWrap.update();
807 mDrcWrap.update();
1005 mDrcWrap.update();
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp192 metadata.update(ANDROID_REQUEST_OUTPUT_STREAMS, &outputStreamIds[0],
196 metadata.update(ANDROID_REQUEST_INPUT_STREAMS, &mInputStream.id, 1);
199 metadata.update(ANDROID_REQUEST_ID, &requestId, /*size*/1);
880 metadata.update(ANDROID_LED_TRANSMIT,

Completed in 5163 milliseconds

1234567891011