Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java115 private String appDistributionType; field in Provision
237 return appDistributionType; in getAppDistributionType()
240 public void setAppDistributionType(String appDistributionType) { in setAppDistributionType() argument
241 this.appDistributionType = appDistributionType; in setAppDistributionType()
298 + "app-distribution-type:" + appDistributionType + NEWLINE_CHARACTER in toString()