Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dcountry_code.h50 inline bool IsMoreReliable(int type) const in IsMoreReliable() function
/base/location/services/location_locator/locator/source/
Dcountry_code_manager.cpp158 if (lastCountry_->IsMoreReliable(type)) { in UpdateCountryCode()
254 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()