Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DAbstractLocationProvider.java61 void onReportLocation(Location location); in onReportLocation() method
67 void onReportLocation(List<Location> locations); in onReportLocation() method
83 mLocationProviderManager.onReportLocation(location); in reportLocation()
90 mLocationProviderManager.onReportLocation(locations); in reportLocation()
DLocationProviderProxy.java83 public void onReportLocation(Location location) {
/frameworks/base/location/java/com/android/internal/location/
DILocationProviderManager.aidl38 void onReportLocation(in Location location); in onReportLocation() method
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java211 manager.onReportLocation(location); in reportLocation()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1112 public void onReportLocation(Location location) { in onReportLocation() method in LocationManagerService.LocationProvider
1124 public void onReportLocation(List<Location> locations) { in onReportLocation() method in LocationManagerService.LocationProvider
/frameworks/base/services/
Dart-profile1252 PLcom/android/server/LocationManagerService$LocationProvider;->lambda$onReportLocation$0$LocationMa…
1256 PLcom/android/server/LocationManagerService$LocationProvider;->onReportLocation(Landroid/location/L…
8174 PLcom/android/server/location/LocationProviderProxy$1;->onReportLocation(Landroid/location/Location…