Searched refs:strRegion (Results 1 – 1 of 1) sorted by relevance
805 string strRegion = mRegionMap.xlateCountryCode(country_code); in setCountryCode() local807 if (strRegion == mCurRegionCode) { in setCountryCode()809 country_code[0], country_code[1], strRegion.c_str()); in setCountryCode()813 ALOGI("Apply country code %c%c --> %s\n", country_code[0], country_code[1], strRegion.c_str()); in setCountryCode()814 mCurRegionCode = strRegion; in setCountryCode()