Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DAndroidRuntime.cpp465 const std::string productLocale = GetProperty("ro.product.locale", ""); in readLocale() local
466 if (!productLocale.empty()) { in readLocale()
467 return productLocale; in readLocale()