Searched refs:productLocale (Results 1 – 1 of 1) sorted by relevance
412 const std::string productLocale = getProperty("ro.product.locale", ""); in readLocale() local413 if (!productLocale.empty()) { in readLocale()414 return productLocale; in readLocale()