Searched refs:locationName (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 200 @NonNull String locationName, in getFromLocationName() 202 return getFromLocationName(locationName, maxResults, 0, 0, 0, 0); in getFromLocationName() 223 @NonNull String locationName, in getFromLocationName() 226 getFromLocationName(locationName, maxResults, 0, 0, 0, 0, listener); in getFromLocationName() 268 @NonNull String locationName, in getFromLocationName() 275 getFromLocationName(locationName, maxResults, lowerLeftLatitude, lowerLeftLongitude, in getFromLocationName() 307 @NonNull String locationName, in getFromLocationName() 314 Preconditions.checkArgument(locationName != null); in getFromLocationName() 322 mService.getFromLocationName(locationName, lowerLeftLatitude, lowerLeftLongitude, in getFromLocationName()
|
D | IGeocodeProvider.aidl | 31 …oneway void getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLon… in getFromLocationName() argument
|
D | ILocationManager.aidl | 73 void getFromLocationName(String locationName, in getFromLocationName() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | LocationBasedMobileViewModel.kt | 37 val locationName: String, constant 80 locationName = "Home", 93 locationName = "QS", 107 locationName = "Keyguard",
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 56 public void getFromLocationName(String locationName, 61 String error = onGetFromLocationName(locationName, lowerLeftLatitude, 85 public abstract String onGetFromLocationName(String locationName, in onGetFromLocationName() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/ |
D | MobileViewLogger.kt | 69 str3 = viewModel.locationName in <lambda>() 83 str3 = viewModel.locationName in <lambda>() 97 str3 = viewModel.locationName in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 99 public void getFromLocationName(String locationName, in getFromLocationName() argument 107 provider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
|
D | LocationManagerService.java | 1283 public void getFromLocationName(String locationName, in getFromLocationName() argument 1293 mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
|