Home
last modified time | relevance | path

Searched refs:reportLocation (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DProviderRequest.java32 public boolean reportLocation = false; field in ProviderRequest
70 request.reportLocation = in.readInt() == 1;
94 parcel.writeInt(reportLocation ? 1 : 0); in writeToParcel()
108 if (reportLocation) { in toString()
/frameworks/base/services/core/java/com/android/server/location/
DPassiveProvider.java57 mReportLocation = request.reportLocation; in setRequest()
62 reportLocation(location); in updateLocation()
DAbstractLocationProvider.java82 protected void reportLocation(Location location) { in reportLocation() method in AbstractLocationProvider
89 protected void reportLocation(List<Location> locations) { in reportLocation() method in AbstractLocationProvider
DMockProvider.java71 reportLocation(mLocation); in setLocation()
DLocationProviderProxy.java84 LocationProviderProxy.this.reportLocation(location);
DGnssLocationProvider.java990 enabled |= (mProviderRequest != null && mProviderRequest.reportLocation in updateEnabled()
1050 if (mProviderRequest.reportLocation && isGpsEnabled()) { in updateRequirements()
1320 private void reportLocation(boolean hasLatLong, Location location) { in reportLocation() method in GnssLocationProvider
1342 reportLocation(location); in handleReportLocation()
1686 reportLocation(locations);
/frameworks/base/location/lib/java/com/android/location/provider/
DProviderRequestUnbundled.java42 return mRequest.reportLocation; in getReportLocation()
DLocationProviderBase.java200 public void reportLocation(Location location) { in reportLocation() method in LocationProviderBase
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java39 void reportLocation(Location location); in reportLocation() method
219 mCallback.reportLocation(mFusedLocation); in updateFusedLocation()
/frameworks/base/location/lib/api/
Dcurrent.txt21 method public void reportLocation(android.location.Location);
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java2198 providerRequest.reportLocation = true; in applyRequirementsLocked()
2203 if (providerRequest.reportLocation) { in applyRequirementsLocked()
/frameworks/base/services/
Dart-profile7893 PLcom/android/server/location/AbstractLocationProvider;->reportLocation(Landroid/location/Location;…
8077 PLcom/android/server/location/GnssLocationProvider;->reportLocation(ZLandroid/location/Location;)V
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35819 Landroid/location/ILocationManager$Stub$Proxy;->reportLocation(Landroid/location/Location;Z)V