Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGeocoder.java200 @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()
DIGeocodeProvider.aidl31 …oneway void getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLon… in getFromLocationName() argument
DILocationManager.aidl73 void getFromLocationName(String locationName, in getFromLocationName() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DLocationBasedMobileViewModel.kt37 val locationName: String, constant
80 locationName = "Home",
93 locationName = "QS",
107 locationName = "Keyguard",
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java56 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/
DMobileViewLogger.kt69 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/
DGeocoderProxy.java99 public void getFromLocationName(String locationName, in getFromLocationName() argument
107 provider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
DLocationManagerService.java1283 public void getFromLocationName(String locationName, in getFromLocationName() argument
1293 mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()