Searched refs:parseUiModeNight (Results 1 – 3 of 3) sorted by relevance
68 bool parseUiModeNight(const char* str, android::ResTable_config* out = NULL);
166 if (parseUiModeNight(part, &config)) { in parse()551 bool parseUiModeNight(const char* name, ResTable_config* out) { in parseUiModeNight() function
314 static bool parseUiModeNight(const char* name, ResTable_config* out) { in parseUiModeNight() function764 if (parseUiModeNight(part_iter->c_str(), &config)) { in Parse()