Home
last modified time | relevance | path

Searched refs:SDK_DONUT (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DSdkConstants.h22 SDK_DONUT = 4, enumerator
H A DAaptConfig.cpp291 minSdk = SDK_DONUT; in applyVersionForCompatibility()
903 } else if (config.sdkVersion != SDK_DONUT) { in isDensityOnly()
H A DCommand.cpp686 if (targetSdk > SDK_DONUT) { in addImpliedFeaturesForPermission()
691 String8::format("targetSdkVersion > %d", SDK_DONUT), in addImpliedFeaturesForPermission()
H A DResourceTable.cpp4487 return SDK_DONUT; in getPublicAttributeSdkLevel()
/aosp12/frameworks/base/tools/aapt2/
H A DSdkConstants.h32 SDK_DONUT = 4, enumerator
H A DSdkConstants.cpp37 {0x028d, SDK_DONUT},
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DConfigDescription.h31 SDK_DONUT = 4, enumerator
/aosp12/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp859 min_sdk = SDK_DONUT; in ApplyVersionForCompatibility()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp979 if (targetSdk > SDK_DONUT) { in addImpliedFeaturesForPermission()
984 StringPrintf("targetSdkVersion > %d", SDK_DONUT), in addImpliedFeaturesForPermission()