Home
last modified time | relevance | path

Searched defs:configs (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java44 public static String[] configsToNames(List<UpdateConfig> configs) { in configsToNames()
64 ArrayList<UpdateConfig> configs = new ArrayList<>(); in getUpdateConfigs() local
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/
DUpdateConfigsTest.java46 List<UpdateConfig> configs = Arrays.asList( in configsToNames_extractsNames() local
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java413 private void loadConfigsToSpinner(List<UpdateConfig> configs) { in loadConfigsToSpinner()