Searched refs:getCompileSdkVersion (Results 1 – 6 of 6) sorted by relevance
174 public String getCompileSdkVersion() { in getCompileSdkVersion() method in ModuleAppInfo
230 public String getCompileSdkVersion() { in getCompileSdkVersion() method in AppInfo
475 public String getCompileSdkVersion() { in getCompileSdkVersion() method in HapVerifyInfo
98 appInfo.setCompileSdkVersion(moduleAppInfo.getCompileSdkVersion()); in convertToAppInfo()
394 String compileSdkVersion = hapVerifyInfos.get(0).getCompileSdkVersion(); in checkCompileSdkIsValid()401 if (!compileSdkVersion.equals(info.getCompileSdkVersion())) { in checkCompileSdkIsValid()
975 hapVerifyInfo.setCompileSdkVersion(getCompileSdkVersion(hapVerifyInfo.getProfileStr())); in parseStageHapVerifyInfo()1832 public static String getCompileSdkVersion(String jsonString) throws BundleException { in getCompileSdkVersion() method in ModuleJsonUtil