Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h169 default_locale_ = default_locale; in SetDefaultLocale()
475 uint32_t default_locale_; variable
/frameworks/base/libs/androidfw/
DAssetManager2.cpp786 if (default_locale_ != 0) { in FindEntry()
787 ResTable_config conf = {.locale = default_locale_}; in FindEntry()