Home
last modified time | relevance | path

Searched refs:onUpdate (Results 1 – 25 of 80) sorted by relevance

1234

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DUsersLiveData.kt43 onUpdate()
50 override fun onUpdate() {
55 onUpdate()
H A DSmartUpdateMediatorLiveData.kt107 onUpdate()
111 protected abstract fun onUpdate() regex
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
H A DParentalControlsFragment.java63 protected void onUpdate() { in getItemList()
64 super.onUpdate(); in getItemList()
104 protected void onUpdate() { in getItemList()
105 super.onUpdate(); in getItemList()
H A DSubRatingsFragment.java118 protected void onUpdate() { in onUpdate() method in SubRatingsFragment.RatingItem
119 super.onUpdate(); in onUpdate()
179 protected void onUpdate() { in onUpdate() method in SubRatingsFragment.SubRatingItem
180 super.onUpdate(); in onUpdate()
H A DChannelsBlockedFragment.java173 protected void onUpdate() { in onUpdate() method in ChannelsBlockedFragment.BlockAllItem
174 super.onUpdate(); in onUpdate()
225 protected void onUpdate() { in onUpdate() method in ChannelsBlockedFragment.ChannelBlockedItem
226 super.onUpdate(); in onUpdate()
H A DRatingsFragment.java183 protected void onUpdate() { in onAttach()
184 super.onUpdate(); in onAttach()
311 protected void onUpdate() { in onUpdate() method in RatingsFragment.RatingItem
312 super.onUpdate(); in onUpdate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRectFSpringAnim.java63 anim.onUpdate();
77 anim.onUpdate();
91 object.onUpdate();
298 private void onUpdate() { in onUpdate() method
331 onUpdateListener.onUpdate(mCurrentRect, mCurrentScaleProgress); in onUpdate()
361 void onUpdate(RectF currentRect, float progress);
H A DMultiValueUpdateListener.java43 onUpdate(percent, false /* initOnly */); in onAnimationUpdate()
50 public abstract void onUpdate(float percent, boolean initOnly); in onUpdate() method in MultiValueUpdateListener
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
H A DBackupObserverUtilsTest.java62 verify(mBackupObserverMock).onUpdate(PACKAGE_NAME, mBackupProgress); in sendBackupOnUpdate_callsObserver()
67 doThrow(new RemoteException()).when(mBackupObserverMock).onUpdate(PACKAGE_NAME, in sendBackupOnUpdate_handlesRemoteException()
72 verify(mBackupObserverMock).onUpdate(PACKAGE_NAME, mBackupProgress); in sendBackupOnUpdate_handlesRemoteException()
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java66 this.onUpdate(context, AppWidgetManager.getInstance(context), appWidgetIds); in onReceive()
95 this.onUpdate(context, AppWidgetManager.getInstance(context), newIds); in onReceive()
120 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate() method in AppWidgetProvider
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSettingsFragment.java74 protected void onUpdate() { in getItemList()
75 super.onUpdate(); in getItemList()
149 protected void onUpdate() { in getItemList()
150 super.onUpdate(); in getItemList()
H A DItem.java53 onUpdate(); in notifyUpdated()
72 protected void onUpdate() { in onUpdate() method in Item
H A DDisplayModeFragment.java76 protected void onUpdate() { in onUpdate() method in DisplayModeFragment.DisplayModeRadioItem
77 super.onUpdate(); in onUpdate()
H A DCompoundButtonItem.java97 protected void onUpdate() { in onUpdate() method in CompoundButtonItem
98 super.onUpdate(); in onUpdate()
H A DDeveloperOptionFragment.java95 protected void onUpdate() { in getItemList()
96 super.onUpdate(); in getItemList()
H A DCustomizeChannelListFragment.java276 protected void onUpdate() { in onUpdate() method in CustomizeChannelListFragment.SelectGroupItem
277 super.onUpdate(); in onUpdate()
320 protected void onUpdate() { in onUpdate() method in CustomizeChannelListFragment.ChannelItem
321 super.onUpdate(); in onUpdate()
H A DChannelCheckItem.java101 protected void onUpdate() { in onUpdate() method in ChannelCheckItem
102 super.onUpdate(); in onUpdate()
/aosp12/packages/apps/DeskClock/src/com/android/alarmclock/
H A DAnalogAppWidgetProvider.kt49 override fun onUpdate(context: Context, wm: AppWidgetManager, widgetIds: IntArray) {
50 super.onUpdate(context, wm, widgetIds)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetProvider.java49 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate() method in PeopleSpaceWidgetProvider
50 super.onUpdate(context, appWidgetManager, appWidgetIds); in onUpdate()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
H A DUnusedAppsViewModel.kt85 onUpdate()
89 onUpdate()
93 onUpdate()
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java45 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate() method in BaseWidgetProvider
46 super.onUpdate(context, appWidgetManager, appWidgetIds); in onUpdate()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DPhotoAppWidgetProvider.java53 public void onUpdate(Context context, in onUpdate() method in PhotoAppWidgetProvider
75 super.onUpdate(context, appWidgetManager, appWidgetIds); in onUpdate()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupObserver.java36 public void onUpdate(String currentBackupPackage, BackupProgress backupProgress) { in onUpdate() method in BackupObserver
H A DIBackupObserver.aidl35 void onUpdate(String currentPackage, in BackupProgress backupProgress); in onUpdate() method
H A DIRestoreObserver.aidl56 void onUpdate(int nowBeingRestored, String curentPackage); in onUpdate() method

1234