/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
H A D | UsersLiveData.kt | 43 onUpdate() 50 override fun onUpdate() { 55 onUpdate()
|
H A D | SmartUpdateMediatorLiveData.kt | 107 onUpdate() 111 protected abstract fun onUpdate() regex
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
H A D | ParentalControlsFragment.java | 63 protected void onUpdate() { in getItemList() 64 super.onUpdate(); in getItemList() 104 protected void onUpdate() { in getItemList() 105 super.onUpdate(); in getItemList()
|
H A D | SubRatingsFragment.java | 118 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 D | ChannelsBlockedFragment.java | 173 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 D | RatingsFragment.java | 183 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 D | RectFSpringAnim.java | 63 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 D | MultiValueUpdateListener.java | 43 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 D | BackupObserverUtilsTest.java | 62 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 D | AppWidgetProvider.java | 66 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 D | SettingsFragment.java | 74 protected void onUpdate() { in getItemList() 75 super.onUpdate(); in getItemList() 149 protected void onUpdate() { in getItemList() 150 super.onUpdate(); in getItemList()
|
H A D | Item.java | 53 onUpdate(); in notifyUpdated() 72 protected void onUpdate() { in onUpdate() method in Item
|
H A D | DisplayModeFragment.java | 76 protected void onUpdate() { in onUpdate() method in DisplayModeFragment.DisplayModeRadioItem 77 super.onUpdate(); in onUpdate()
|
H A D | CompoundButtonItem.java | 97 protected void onUpdate() { in onUpdate() method in CompoundButtonItem 98 super.onUpdate(); in onUpdate()
|
H A D | DeveloperOptionFragment.java | 95 protected void onUpdate() { in getItemList() 96 super.onUpdate(); in getItemList()
|
H A D | CustomizeChannelListFragment.java | 276 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 D | ChannelCheckItem.java | 101 protected void onUpdate() { in onUpdate() method in ChannelCheckItem 102 super.onUpdate(); in onUpdate()
|
/aosp12/packages/apps/DeskClock/src/com/android/alarmclock/ |
H A D | AnalogAppWidgetProvider.kt | 49 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 D | PeopleSpaceWidgetProvider.java | 49 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 D | UnusedAppsViewModel.kt | 85 onUpdate() 89 onUpdate() 93 onUpdate()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/ |
H A D | BaseWidgetProvider.java | 45 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 D | PhotoAppWidgetProvider.java | 53 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 D | BackupObserver.java | 36 public void onUpdate(String currentBackupPackage, BackupProgress backupProgress) { in onUpdate() method in BackupObserver
|
H A D | IBackupObserver.aidl | 35 void onUpdate(String currentPackage, in BackupProgress backupProgress); in onUpdate() method
|
H A D | IRestoreObserver.aidl | 56 void onUpdate(int nowBeingRestored, String curentPackage); in onUpdate() method
|