Searched refs:locationDetector (Results 1 – 1 of 1) sorted by relevance
32 private final LocationDetector locationDetector; field in AssistedDialingMediatorImpl36 @NonNull LocationDetector locationDetector, @NonNull NumberTransformer numberTransformer) { in AssistedDialingMediatorImpl()37 if (locationDetector == null) { in AssistedDialingMediatorImpl()44 this.locationDetector = locationDetector; in AssistedDialingMediatorImpl()58 return locationDetector.getUpperCaseUserHomeCountry(); in userHomeCountryCode()68 Optional<String> userHomeCountryCode = locationDetector.getUpperCaseUserHomeCountry(); in attemptAssistedDial()69 Optional<String> userRoamingCountryCode = locationDetector.getUpperCaseUserRoamingCountry(); in attemptAssistedDial()