Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp477 const std::string productLocale = GetProperty("ro.product.locale", ""); in readLocale() local
478 if (!productLocale.empty()) { in readLocale()
479 return productLocale; in readLocale()