Searched refs:currentCountryIsoForTesting (Results 1 – 1 of 1) sorted by relevance
160 private static Optional<String> currentCountryIsoForTesting = Optional.absent(); field in DialpadFragment541 if (currentCountryIsoForTesting.isPresent()) { in getCurrentCountryIso()542 return currentCountryIsoForTesting.get(); in getCurrentCountryIso()550 currentCountryIsoForTesting = Optional.of(countryCode); in setCurrentCountryIsoForTesting()