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/frameworks/native/source/
Dcountry_code_manager.cpp166 if (lastCountry_->IsMoreReliable(type)) { in UpdateCountryCode()
234 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()