HomeSort by relevance Sort by last modified time
    Searched defs:sdk_version (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/cmd/
Util.cpp 255 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(*compiled_str->value); local
256 if (sdk_version) {
257 return sdk_version;
268 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(attr->value); local
269 if (sdk_version) {
270 return sdk_version;
  /art/runtime/
dex_file_annotations.cc 124 int32_t sdk_version = Runtime::Current()->GetTargetSdkVersion(); local
125 if (sdk_version > 0 && sdk_version <= 23) {
    [all...]

Completed in 429 milliseconds