Searched refs:extraProperties (Results 1 – 1 of 1) sorted by relevance
315 List<String> extraProperties = new ArrayList<>(); in prepareExtraProperties() local320 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() argument583 this.mExtraProperties = new ArrayList<>(extraProperties); in setExtraProperties()