Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
DStationaryThrottlingLocationProviderTest.java98 mDelegateProvider.reportLocation(createLocationResult("test_provider", mRandom)); in testThrottle_lowInterval()
113 mDelegateProvider.reportLocation(createLocationResult("test_provider", mRandom)); in testThrottle_stationaryExit()
135 mDelegateProvider.reportLocation(createLocationResult("test_provider", mRandom)); in testThrottle_idleExit()
161 mDelegateProvider.reportLocation(createLocationResult("test_provider", mRandom)); in testThrottle_NoInitialLocation()
196 mDelegateProvider.reportLocation(loc); in testNoThrottle_oldLocation()
214 mDelegateProvider.reportLocation(loc); in testNoThrottle_locationSettingsIgnored()
232 mDelegateProvider.reportLocation(loc); in testNoThrottle_highAccuracy()
DMockableLocationProviderTest.java194 mRealProvider.reportLocation(realLocation); in testReportLocation()
198 mRealProvider.reportLocation(realLocation); in testReportLocation()
199 mMockProvider.reportLocation(mockLocation); in testReportLocation()
DLocationProviderManagerTest.java1620 reportLocation(LocationResult.create(new Location(l)));
1624 reportLocation(l);
/frameworks/base/services/core/java/com/android/server/location/provider/
DPassiveLocationProvider.java60 reportLocation(locationResult); in updateLocation()
DMockLocationProvider.java60 reportLocation(LocationResult.wrap(location).validate()); in setProviderLocation()
DDelegateLocationProvider.java82 reportLocation(locationResult); in onReportLocation()
DMockableLocationProvider.java342 reportLocation(locationResult); in onReportLocation()
DStationaryThrottlingLocationProvider.java304 reportLocation(LocationResult.wrap(location)); in run()
DAbstractLocationProvider.java308 protected void reportLocation(LocationResult locationResult) { in reportLocation() method in AbstractLocationProvider
/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
DProxyLocationProvider.java308 reportLocation(LocationResult.wrap(location)); in onReportLocation()
319 reportLocation(LocationResult.wrap(locations)); in onReportLocations()
/frameworks/base/packages/FusedLocation/src/com/android/location/gnss/
DGnssOverlayLocationProvider.java67 reportLocation(location); in onLocationChanged()
/frameworks/base/location/java/android/location/provider/
DLocationProviderBase.java214 public void reportLocation(@NonNull Location location) { in reportLocation() method in LocationProviderBase
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java252 public void reportLocation(@NonNull Location location) { in reportLocation() method in LocationProviderBase
/frameworks/base/location/lib/api/
Dcurrent.txt24 method @Deprecated public void reportLocation(@NonNull android.location.Location);
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java309 public void reportLocation(Location location) { in reportLocation() method in FakeGnssHal
311 Objects.requireNonNull(mGnssNative).reportLocation(true, location); in reportLocation()
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java189 reportLocation(mFusedLocation); in reportBestLocationLocked()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1385 reportLocation(LocationResult.wrap(location).validate()); in handleReportLocation()
1761 reportLocation(LocationResult.wrap(locations).validate()); in onReportLocations()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java1077 void reportLocation(boolean hasLatLong, Location location) { in reportLocation() method in GnssNative
/frameworks/base/location/api/
Dsystem-current.txt632 method public void reportLocation(@NonNull android.location.Location);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23308 Landroid/location/ILocationManager$Stub$Proxy;->reportLocation(Landroid/location/Location;Z)V