Home
last modified time | relevance | path

Searched defs:compileSdkVersion (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/opt/setupwizard/tools/gradle/
H A Dandroid.properties2 compileSdkVersion 28 key
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageInfo.java407 public int compileSdkVersion; field in PackageInfo
H A DApplicationInfo.java1157 public int compileSdkVersion; field in ApplicationInfo
/aosp12/build/soong/java/
H A Dlint.go80 compileSdkVersion string member
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageImpl.java141 private int compileSdkVersion; field in ParsingPackageImpl
H A DParsingPackage.java361 ParsingPackage setCompileSdkVersion(int compileSdkVersion); in setCompileSdkVersion()
/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp1321 int32_t compileSdkVersion = AaptXml::getIntegerAttribute(tree, in doDump() local