Searched refs:getCompileSdkType (Results 1 – 6 of 6) sorted by relevance
182 public String getCompileSdkType() { in getCompileSdkType() method in ModuleAppInfo
238 public String getCompileSdkType() { in getCompileSdkType() method in AppInfo
483 public String getCompileSdkType() { in getCompileSdkType() method in HapVerifyInfo
97 appInfo.setCompileSdkType(moduleAppInfo.getCompileSdkType()); in convertToAppInfo()
395 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType(); in checkCompileSdkIsValid()397 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
974 hapVerifyInfo.setCompileSdkType(getCompileSdkType(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()1861 public static String getCompileSdkType(String jsonString) throws BundleException { in getCompileSdkType() method in ModuleJsonUtil