Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
DStationaryThrottlingLocationProviderTest.java99 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_lowInterval()
103 verify(mListener, after(1500).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_lowInterval()
114 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_stationaryExit()
121 verify(mListener, timeout(1100).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_stationaryExit()
125 verify(mListener, after(1000).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_stationaryExit()
136 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_idleExit()
143 verify(mListener, timeout(1100).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_idleExit()
147 verify(mListener, after(1000).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_idleExit()
162 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_NoInitialLocation()
164 verify(mListener, timeout(1100).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_NoInitialLocation()
[all …]
/frameworks/base/location/java/android/location/provider/
DILocationProviderManager.aidl31 void onReportLocation(in Location location); in onReportLocation() method
DLocationProviderBase.java218 manager.onReportLocation(stripExtras(location)); in reportLocation()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/
DProviderListenerCapture.java49 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in ProviderListenerCapture
/frameworks/base/services/core/java/com/android/server/location/provider/
DStationaryThrottlingLocationProvider.java97 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in StationaryThrottlingLocationProvider
98 super.onReportLocation(locationResult); in onReportLocation()
DDelegateLocationProvider.java80 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in DelegateLocationProvider
DAbstractLocationProvider.java60 void onReportLocation(LocationResult locationResult); in onReportLocation() method
313 listener.onReportLocation(Objects.requireNonNull(locationResult)); in reportLocation()
DMockableLocationProvider.java336 public final void onReportLocation(LocationResult locationResult) { in onReportLocation() method in MockableLocationProvider.ListenerWrapper
DLocationProviderManager.java2621 public void onReportLocation(LocationResult locationResult) {
/frameworks/base/packages/FusedLocation/test/src/com/android/location/gnss/tests/
DGnssOverlayLocationServiceTest.java139 public void onReportLocation(Location location) { in onReportLocation() method in GnssOverlayLocationServiceTest.LocationProviderManagerCapture
/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
DFusedLocationServiceTest.java164 public void onReportLocation(Location location) { in onReportLocation() method in FusedLocationServiceTest.LocationProviderManagerCapture
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java256 manager.onReportLocation(stripExtras(location)); in reportLocation()
/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
DProxyLocationProvider.java302 public void onReportLocation(Location location) { in onReportLocation() method in ProxyLocationProvider.Proxy
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java196 void onReportLocation(boolean hasLatLong, Location location); in onReportLocation() method
1104 mLocationCallbacks[i].onReportLocation(hasLatLong, location); in reportLocation()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1714 public void onReportLocation(boolean hasLatLong, Location location) { in onReportLocation() method in GnssLocationProvider