Lines Matching refs:deliveryWithInstall
42 private static final String INSTALL_FLAG_NEW = "deliveryWithInstall";
105 private static final String DELIVERY_WITH_INSTALL = "deliveryWithInstall";
202 String deliveryWithInstall = getJsonString(tmpObj, INSTALL_FLAG);
203 if (deliveryWithInstall == null || EMPTY.equals(deliveryWithInstall)) {
204 deliveryWithInstall = getJsonString(tmpObj, INSTALL_FLAG_NEW);
206 packInfo.deliveryWithInstall = Boolean.parseBoolean(deliveryWithInstall);
750 distro.deliveryWithInstall = distroObj.getBoolean("deliveryWithInstall");
1088 moduleInfo.deliveryWithInstall = getJsonBooleanValue(moduleJson, DELIVERY_WITH_INSTALL, true);