Searched refs:update (Results 151 - 175 of 316) sorted by relevance

1234567891011>>

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreHmacSpi.java217 output = mChunkedStreamer.update(input, offset, len);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFreeformWorkspaceLayoutAlgorithm.java56 public void update(List<Task> freeformTasks, TaskStackLayoutAlgorithm stackLayout) { method in class:FreeformWorkspaceLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java63 mInvertHelper.update(dark);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DIntervalStats.java95 void update(String packageName, long timeStamp, int eventType) { method in class:IntervalStats
H A DUserUsageStatsService.java77 * Callback that a system update was detected
133 stat.update(pkgStats.mPackageName, stat.lastTimeSaved,
187 stats.update(event.mPackage, event.mTimeStamp, event.mEventType);
378 stat.update(pkgStats.mPackageName, mDailyExpiryDate.getTimeInMillis() - 1,
396 stat.update(name, beginTime, UsageEvents.Event.CONTINUE_PREVIOUS_DAY);
/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/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/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DDcTrackerMock.java125 public void update() { method in class:DcTrackerMock
/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/widget/
H A DScrollingTabContainerView.java336 ((TabView) mTabLayout.getChildAt(position)).update();
401 update();
406 update();
446 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPRequest.java183 hash.update((byte) ':');
185 hash.update(octets);
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java725 resolver.update(SubscriptionManager.CONTENT_URI, value,
752 // one, need to update the default subId with second one.
817 resolver.update(SubscriptionManager.CONTENT_URI, value,
898 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI,
929 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI,
986 int result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI,
1024 // This function had a call to update number on the SIM (Phone.setLine1Number()) but
1028 result = mContext.getContentResolver().update(SubscriptionManager.CONTENT_URI, value,
1031 if (DBG) logd("[setDisplayNumber]- update result :" + result);
1064 int result = mContext.getContentResolver().update(SubscriptionManage
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java311 private void update(BatteryProperties props) { method in class:BatteryService
710 boolean update = true;
732 update = false;
735 if (update) {
856 BatteryService.this.update(props);
H A DPersistentDataBlockService.java252 md.update(data, 0, DIGEST_SIZE_BYTES); // include 0 checksum in digest
254 md.update(data, 0, read);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java108 update(c, ci, ics);
114 update(c, ci, ics);
135 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { method in class:UiccCard
146 //update applications
161 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
179 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
185 if (DBG) log("update: notify card removed");
190 if (DBG) log("update: notify card added");
204 ((CatService)mCatService).update(mCi, mContext, this);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp336 ALOGE("%s: Camera %d: Can't update still image capture request: %s (%d)",
528 res = mCaptureRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
531 res = mCaptureRequest.update(ANDROID_REQUEST_ID,
535 res = mCaptureRequest.update(ANDROID_CONTROL_CAPTURE_INTENT,
694 ALOGE("%s: Camera %d: Unable to update common entries of capture "
702 ALOGE("%s: Camera %d: Unable to update JPEG entries of capture "
H A DStreamingProcessor.cpp139 ALOGE("%s: Camera %d: Unable to update common entries of preview "
145 res = mPreviewRequest.update(ANDROID_REQUEST_ID,
148 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)",
283 ALOGE("%s: Camera %d: Unable to update common entries of recording "
289 res = mRecordingRequest.update(ANDROID_REQUEST_ID,
292 ALOGE("%s: Camera %d: Unable to update request id for request: %s (%d)",
460 res = request.update(
/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/include/private/media/
H A DAudioTrackShared.h625 const StaticAudioTrackState &update) const;
627 const StaticAudioTrackState &update) const;
628 ssize_t pollPosition(); // poll for state queue update, and return current position
/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.java292 /** See {@link ContentProvider#update ContentProvider.update} */
293 public int update(@NonNull Uri url, @Nullable ContentValues values, @Nullable String selection, method in class:ContentProviderClient
299 return mContentProvider.update(mPackageName, url, values, selection, selectionArgs);
/frameworks/base/core/java/android/provider/
H A DCallLog.java468 * If a successful call is made that is longer than this duration, update the phone number
858 resolver.update(feedbackUri, new ContentValues(), null, null);
881 resolver.update(Data.CONTENT_URI, values, Data._ID + "=?", new String[] {dataId});

Completed in 1144 milliseconds

1234567891011>>