Home
last modified time | relevance | path

Searched refs:getUpdateConfigs (Results 1 – 2 of 2) sorted by relevance

/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
H A DUpdateConfigs.java62 public static List<UpdateConfig> getUpdateConfigs(Context context) { in getUpdateConfigs() method in UpdateConfigs
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
H A DMainActivity.java385 mConfigs = UpdateConfigs.getUpdateConfigs(this); in loadUpdateConfigs()