Home
last modified time | relevance | path

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

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