Searched refs:setCompileSdkType (Results 1 – 6 of 6) sorted by relevance
186 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() method in ModuleAppInfo
242 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() method in AppInfo
487 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() method in HapVerifyInfo
97 appInfo.setCompileSdkType(moduleAppInfo.getCompileSdkType()); in convertToAppInfo()
383 appInfo.setCompileSdkType(getJsonString(apiVersion, COMPILE_SDK_TYPE)); in parseAppInfo()400 appInfo.setCompileSdkType(appJson.getString(COMPILE_SDK_TYPE)); in parseAppInfo()448 moduleAppInfo.setCompileSdkType(getJsonString(appJson, COMPILE_SDK_TYPE, EMPTY)); in parseModuleAppInfo()
974 hapVerifyInfo.setCompileSdkType(getCompileSdkType(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()1005 hapVerifyInfo.setCompileSdkType(getFACompileSdkType(hapVerifyInfo.getProfileStr())); in parseFAHapVerifyInfo()