Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java174 Geocoder.GeocodeListener geocodeListener = (List<Address> addresses) -> { in setCountryCodeFromGeocodingLocation()
182 location.getLatitude(), location.getLongitude(), 1, geocodeListener); in setCountryCodeFromGeocodingLocation() local
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java278 private synchronized void geocodeListener(List<Address> addresses) { in geocodeListener() method in ThreadNetworkCountryCode
310 this::geocodeListener); in setCountryCodeFromGeocodingLocation() local