Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A DStationaryThrottlingLocationProviderTest.java98 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_lowInterval()
102 verify(mListener, after(1500).times(2)).onReportLocation(any(LocationResult.class)); in testThrottle_lowInterval()
113 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_stationaryExit()
135 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_idleExit()
161 verify(mListener, times(1)).onReportLocation(any(LocationResult.class)); in testThrottle_NoInitialLocation()
176 verify(mListener, never()).onReportLocation(any(LocationResult.class)); in testNoThrottle_noLocation()
181 verify(mListener, after(75).times(0)).onReportLocation(any(LocationResult.class)); in testNoThrottle_noLocation()
196 verify(mListener, times(1)).onReportLocation(loc); in testNoThrottle_oldLocation()
201 verify(mListener, after(75).times(1)).onReportLocation(any(LocationResult.class)); in testNoThrottle_oldLocation()
214 verify(mListener, times(1)).onReportLocation(loc); in testNoThrottle_locationSettingsIgnored()
[all …]
/aosp14/frameworks/base/location/java/android/location/provider/
H A DILocationProviderManager.aidl31 void onReportLocation(in Location location); in onReportLocation() method
H A DLocationProviderBase.java218 manager.onReportLocation(stripExtras(location)); in reportLocation()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/
H A DProviderListenerCapture.java49 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in ProviderListenerCapture
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DStationaryThrottlingLocationProvider.java96 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in StationaryThrottlingLocationProvider
97 super.onReportLocation(locationResult); in onReportLocation()
H A DAbstractLocationProvider.java60 void onReportLocation(LocationResult locationResult); in onReportLocation() method
313 listener.onReportLocation(Objects.requireNonNull(locationResult)); in reportLocation()
H A DDelegateLocationProvider.java80 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in DelegateLocationProvider
H A DMockableLocationProvider.java336 public final void onReportLocation(LocationResult locationResult) { in onReportLocation() method in MockableLocationProvider.ListenerWrapper
H A DLocationProviderManager.java2514 public void onReportLocation(LocationResult locationResult) {
/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
H A DFusedLocationServiceTest.java164 public void onReportLocation(Location location) { in onReportLocation() method in FusedLocationServiceTest.LocationProviderManagerCapture
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java256 manager.onReportLocation(stripExtras(location)); in reportLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
H A DProxyLocationProvider.java302 public void onReportLocation(Location location) { in onReportLocation() method in ProxyLocationProvider.Proxy
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java187 void onReportLocation(boolean hasLatLong, Location location); in onReportLocation() method
1048 mLocationCallbacks[i].onReportLocation(hasLatLong, location); in reportLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1757 public void onReportLocation(boolean hasLatLong, Location location) { in onReportLocation() method in GnssLocationProvider
/aosp14/frameworks/base/services/
H A Dart-profile4874 HPLcom/android/server/location/provider/LocationProviderManager;->lambda$onReportLocation$17(Landro…
4876 HPLcom/android/server/location/provider/LocationProviderManager;->onReportLocation(Landroid/locatio…
4878 HPLcom/android/server/location/provider/MockableLocationProvider$ListenerWrapper;->onReportLocation
4880 HPLcom/android/server/location/provider/StationaryThrottlingLocationProvider;->onReportLocation(Lan…