Searched refs:compileSdkType (Results 1 – 6 of 6) sorted by relevance
128 private String compileSdkType = ""; field in ModuleAppInfo183 return compileSdkType; in getCompileSdkType()186 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() argument187 this.compileSdkType = compileSdkType; in setCompileSdkType()
122 private String compileSdkType = ""; field in AppInfo239 return compileSdkType; in getCompileSdkType()242 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() argument243 this.compileSdkType = compileSdkType; in setCompileSdkType()
135 private String compileSdkType = ""; field in HapVerifyInfo484 return compileSdkType; in getCompileSdkType()487 public void setCompileSdkType(String compileSdkType) { in setCompileSdkType() argument488 this.compileSdkType = compileSdkType; in setCompileSdkType()
1819 String compileSdkType = ""; in getFACompileSdkType() local1821 compileSdkType = apiVersionObj.getString(COMPILE_SDK_TYPE); in getFACompileSdkType()1823 return compileSdkType; in getFACompileSdkType()1862 String compileSdkType = ""; in getCompileSdkType() local1872 compileSdkType = appObj.getString(COMPILE_SDK_TYPE); in getCompileSdkType()1881 return compileSdkType; in getCompileSdkType()
395 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType(); in checkCompileSdkIsValid() local397 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
362 | compileSdkType | String | 标识编译该应用时使用的sdk类别 …366 | compileSdkType | String | 标识编译该应用时使用的sdk类别 …