Home
last modified time | relevance | path

Searched refs:SDK_LOLLIPOP (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp88 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP)) in TEST()
94 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP)) in TEST()
101 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP)) in TEST()
H A DRuleGenerator.cpp47 version->longArgs.add((long) SDK_LOLLIPOP); in generateDensity()
/aosp12/frameworks/base/tools/aapt/
H A DSdkConstants.h39 SDK_LOLLIPOP = 21, enumerator
H A DAaptConfig.cpp276 minSdk = SDK_LOLLIPOP; in applyVersionForCompatibility()
899 if (config.sdkVersion != SDK_LOLLIPOP) { in isDensityOnly()
H A DCommand.cpp655 if (targetSdk < SDK_LOLLIPOP) { in addImpliedFeaturesForPermission()
660 String8::format("targetSdkVersion < %d", SDK_LOLLIPOP), in addImpliedFeaturesForPermission()
667 if (targetSdk < SDK_LOLLIPOP) { in addImpliedFeaturesForPermission()
672 String8::format("targetSdkVersion < %d", SDK_LOLLIPOP), in addImpliedFeaturesForPermission()
H A DResourceTable.cpp4515 return SDK_LOLLIPOP; in getPublicAttributeSdkLevel()
/aosp12/frameworks/base/tools/aapt2/
H A DSdkConstants.h49 SDK_LOLLIPOP = 21, enumerator
H A DSdkConstants.cpp52 {0x04ce, SDK_LOLLIPOP},
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DConfigDescription.h48 SDK_LOLLIPOP = 21, enumerator
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp945 if (targetSdk < SDK_LOLLIPOP) { in addImpliedFeaturesForPermission()
950 StringPrintf("targetSdkVersion < %d", SDK_LOLLIPOP), in addImpliedFeaturesForPermission()
958 if (targetSdk < SDK_LOLLIPOP) { in addImpliedFeaturesForPermission()
963 StringPrintf("targetSdkVersion < %d", SDK_LOLLIPOP), in addImpliedFeaturesForPermission()
/aosp12/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp843 min_sdk = SDK_LOLLIPOP; in ApplyVersionForCompatibility()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp376 .SetMinSdkVersion(SDK_LOLLIPOP) in TEST_F()