Searched refs:countryChanged (Results 1 – 4 of 4) sorted by relevance
397 boolean countryChanged = false; in updateLocale()427 countryChanged = true; in updateLocale()433 mNitzStateMachine.handleNetworkCountryCodeSet(countryChanged); in updateLocale()
43 void handleNetworkCountryCodeSet(boolean countryChanged); in handleNetworkCountryCodeSet() argument
124 public void handleNetworkCountryCodeSet(boolean countryChanged) { in handleNetworkCountryCodeSet() argument133 if (mLatestNitzSignal != null && (countryChanged || !hadCountryCode)) { in handleNetworkCountryCodeSet()
132 public void handleNetworkCountryCodeSet(boolean countryChanged) { in handleNetworkCountryCodeSet() argument141 if (mLatestNitzSignal != null && (countryChanged || !hadCountryCode)) { in handleNetworkCountryCodeSet()