Home
last modified time | relevance | path

Searched refs:UpdateConfigs (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java36 public final class UpdateConfigs { class
99 private UpdateConfigs() {} in UpdateConfigs() method in UpdateConfigs
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/
DUpdateConfigsTest.java50 String[] names = UpdateConfigs.configsToNames(configs); in configsToNames_extractsNames()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java38 import com.example.android.systemupdatersample.util.UpdateConfigs;
93 this.mTextViewConfigsDirHint.setText(UpdateConfigs.getConfigsRoot(this)); in onCreate()
385 mConfigs = UpdateConfigs.getUpdateConfigs(this); in loadUpdateConfigs()
414 String[] spinnerArray = UpdateConfigs.configsToNames(configs); in loadConfigsToSpinner()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java39 import com.example.android.systemupdatersample.util.UpdateConfigs;
163 UpdateConfigs.getPropertyFile(PAYLOAD_BINARY_FILE_NAME, config); in execute()
170 if (!UpdateConfigs.getPropertyFile(PAYLOAD_PROPERTIES_FILE_NAME, config).isPresent() in execute()