Searched refs:reportLocation (Results 1 – 13 of 13) sorted by relevance
32 public boolean reportLocation = false; field in ProviderRequest70 request.reportLocation = in.readInt() == 1;94 parcel.writeInt(reportLocation ? 1 : 0); in writeToParcel()108 if (reportLocation) { in toString()
57 mReportLocation = request.reportLocation; in setRequest()62 reportLocation(location); in updateLocation()
82 protected void reportLocation(Location location) { in reportLocation() method in AbstractLocationProvider89 protected void reportLocation(List<Location> locations) { in reportLocation() method in AbstractLocationProvider
71 reportLocation(mLocation); in setLocation()
84 LocationProviderProxy.this.reportLocation(location);
990 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 GnssLocationProvider1342 reportLocation(location); in handleReportLocation()1686 reportLocation(locations);
42 return mRequest.reportLocation; in getReportLocation()
200 public void reportLocation(Location location) { in reportLocation() method in LocationProviderBase
39 void reportLocation(Location location); in reportLocation() method219 mCallback.reportLocation(mFusedLocation); in updateFusedLocation()
21 method public void reportLocation(android.location.Location);
2198 providerRequest.reportLocation = true; in applyRequirementsLocked()2203 if (providerRequest.reportLocation) { in applyRequirementsLocked()
7893 PLcom/android/server/location/AbstractLocationProvider;->reportLocation(Landroid/location/Location;…8077 PLcom/android/server/location/GnssLocationProvider;->reportLocation(ZLandroid/location/Location;)V
35819 Landroid/location/ILocationManager$Stub$Proxy;->reportLocation(Landroid/location/Location;Z)V