Searched refs:onCountryCodeChange (Results 1 – 4 of 4) sorted by relevance
172 mAfcManager.onCountryCodeChange("US"); in testGetLocationAfterCountryCodeChange()220 mAfcManager.onCountryCodeChange("US"); in testNoQueryWhenAfcNotEnabled()237 mAfcManager.onCountryCodeChange("US"); in testCorrectProviderUsedForGetLocation()256 mAfcManager.onCountryCodeChange("US"); in testStopListeningForLocationUpdates()267 mAfcManager.onCountryCodeChange("00"); in testStopListeningForLocationUpdates()
12251 verify(mAfcManager).onCountryCodeChange(newCountryCode); in testInformAfcManagerOnCountryCodeChange()
269 public void onCountryCodeChange(String countryCode) { in onCountryCodeChange() method in AfcManager
2056 mAfcManager.onCountryCodeChange(countryCode); in onDriverCountryCodeChanged()