Searched refs:handleCountryDetected (Results 1 – 5 of 5) sorted by relevance
46 void handleCountryDetected(@NonNull String countryIsoCode); in handleCountryDetected() method
601 mNitzStateMachine.handleCountryDetected(timeZoneCountryIso); in updateLocale()
201 public void handleCountryDetected(@NonNull String countryIsoCode) { in handleCountryDetected() method in NitzStateMachineImpl
309 verify(mNitzStateMachine, times(1)).handleCountryDetected(""); in updateOperatorNumeric_TestNetwork_shouldHandleNetworkCountryCodeSet()
543 mNitzStateMachineImpl.handleCountryDetected(countryIsoCode); in countryReceived()