Searched refs:handleCountryDetected (Results 1 – 5 of 5) sorted by relevance
45 void handleCountryDetected(@NonNull String countryIsoCode); in handleCountryDetected() method
600 mNitzStateMachine.handleCountryDetected(timeZoneCountryIso); in updateLocale()
190 public void handleCountryDetected(@NonNull String countryIsoCode) { in handleCountryDetected() method in NitzStateMachineImpl
330 verify(mNitzStateMachine, times(1)).handleCountryDetected(""); in updateOperatorNumeric_TestNetwork_shouldHandleNetworkCountryCodeSet()
790 mNitzStateMachineImpl.handleCountryDetected(countryIsoCode); in countryReceived()