Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc805 string strRegion = mRegionMap.xlateCountryCode(country_code); in setCountryCode() local
807 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()