Searched refs:parseUiModeNight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptConfig.h66 bool parseUiModeNight(const char* str, android::ResTable_config* out = NULL);
H A DAaptConfig.cpp150 if (parseUiModeNight(part, &config)) {
485 bool parseUiModeNight(const char* name, ResTable_config* out) { function in namespace:AaptConfig
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp221 static bool parseUiModeNight(const char* name, ResTable_config* out) { function in namespace:aapt
652 if (parseUiModeNight(partIter->c_str(), &config)) {

Completed in 41 milliseconds