Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java315 List<String> extraProperties = new ArrayList<>(); in prepareExtraProperties() local
320 extraProperties.add(UpdateEngineProperties.PROPERTY_DISABLE_SWITCH_SLOT_ON_REBOOT); in prepareExtraProperties()
323 extraProperties.add("USER_AGENT=" + HTTP_USER_AGENT); in prepareExtraProperties()
326 .ifPresent(s -> extraProperties.add("AUTHORIZATION=" + s)); in prepareExtraProperties()
328 return extraProperties; in prepareExtraProperties()
582 public Builder setExtraProperties(List<String> extraProperties) { in setExtraProperties() argument
583 this.mExtraProperties = new ArrayList<>(extraProperties); in setExtraProperties()