Searched refs:newCountryCode (Results 1 – 5 of 5) sorted by relevance
271 String newCountryCode = country.getCountryIso(); in updateCountryCodeFromCountryDetector() local273 if (!TextUtils.isEmpty(newCountryCode) in updateCountryCodeFromCountryDetector()275 || !lastKnownCountryCode.equalsIgnoreCase(newCountryCode))) { in updateCountryCodeFromCountryDetector()276 updateLastKnownCountryCode(newCountryCode); in updateCountryCodeFromCountryDetector()
634 String newCountryCode = country.getCountryCode(); in updateCountryCode() local635 if (!TextUtils.isEmpty(newCountryCode) in updateCountryCode()637 || !mLastKnownCountryCode.equalsIgnoreCase(newCountryCode))) { in updateCountryCode()638 mLastKnownCountryCode = newCountryCode; in updateCountryCode()
144 void onCountryCodeChanged(int statusCode, @Nullable String newCountryCode); in onCountryCodeChanged() argument
1795 public void updateClientScanModeAfterCountryCodeUpdate(@Nullable String newCountryCode) { in updateClientScanModeAfterCountryCodeUpdate() argument1797 if (newCountryCode != null) { in updateClientScanModeAfterCountryCodeUpdate()
12246 final String newCountryCode = "US"; in testInformAfcManagerOnCountryCodeChange() local12247 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(newCountryCode); in testInformAfcManagerOnCountryCodeChange()12251 verify(mAfcManager).onCountryCodeChange(newCountryCode); in testInformAfcManagerOnCountryCodeChange()