Home
last modified time | relevance | path

Searched defs:applyUpdate (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DSystemUpdaterActivity.java111 public void applyUpdate(File file) { in applyUpdate() method in SystemUpdaterActivity
H A DDeviceListFragment.java237 void applyUpdate(File file); in applyUpdate() method
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
H A DMainActivity.java162 private void applyUpdate(UpdateConfig config) { in applyUpdate() method in MainActivity
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdateManager.java284 public synchronized void applyUpdate(Context context, UpdateConfig config) in applyUpdate() method in UpdateManager
/aosp12/frameworks/base/core/java/android/view/
H A DTextureView.java459 private void applyUpdate() { in applyUpdate() method in TextureView
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DAdapterHelper.java186 private void applyUpdate(UpdateOp op) { in applyUpdate() method in AdapterHelper
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java124 void applyUpdate(Update update); in applyUpdate() method