Home
last modified time | relevance | path

Searched refs:currentCountryIsoForTesting (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java160 private static Optional<String> currentCountryIsoForTesting = Optional.absent(); field in DialpadFragment
541 if (currentCountryIsoForTesting.isPresent()) { in getCurrentCountryIso()
542 return currentCountryIsoForTesting.get(); in getCurrentCountryIso()
550 currentCountryIsoForTesting = Optional.of(countryCode); in setCurrentCountryIsoForTesting()