Searched refs:VENDOR_API_LEVEL_PROP (Results 1 – 1 of 1) sorted by relevance
1110 constexpr auto VENDOR_API_LEVEL_PROP = "ro.vendor.api_level"; in property_initialize_ro_vendor_api_level() local1112 if (__system_property_find(VENDOR_API_LEVEL_PROP) != nullptr) { in property_initialize_ro_vendor_api_level()1136 LOG(ERROR) << "Unexpected vendor api level for " << VENDOR_API_LEVEL_PROP << ". Check " in property_initialize_ro_vendor_api_level()1142 auto res = PropertySetNoSocket(VENDOR_API_LEVEL_PROP, std::to_string(vendor_api_level), &error); in property_initialize_ro_vendor_api_level()1144 LOG(ERROR) << "Failed to set " << VENDOR_API_LEVEL_PROP << " with " << vendor_api_level in property_initialize_ro_vendor_api_level()