Searched refs:SDK_LOLLIPOP (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/aapt/
H A DSdkConstants.h39 SDK_LOLLIPOP = 21, enumerator in enum:__anon1320
H A DAaptConfig.cpp276 minSdk = SDK_LOLLIPOP;
899 if (config.sdkVersion != SDK_LOLLIPOP) {
H A DCommand.cpp671 if (targetSdk < SDK_LOLLIPOP) {
676 String8::format("targetSdkVersion < %d", SDK_LOLLIPOP),
683 if (targetSdk < SDK_LOLLIPOP) {
688 String8::format("targetSdkVersion < %d", SDK_LOLLIPOP),
H A DResourceTable.cpp4518 return SDK_LOLLIPOP;
/frameworks/base/tools/aapt2/
H A DSdkConstants.h49 SDK_LOLLIPOP = 21,
H A DSdkConstants.cpp50 {0x04ce, SDK_LOLLIPOP},
H A DConfigDescription.cpp849 min_sdk = SDK_LOLLIPOP;
/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp88 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
94 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
101 .add(LtRule(Rule::SDK_VERSION, SDK_LOLLIPOP))
H A DRuleGenerator.cpp47 version->longArgs.add((long) SDK_LOLLIPOP);
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp322 .SetMinSdkVersion(SDK_LOLLIPOP)

Completed in 149 milliseconds