/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
H A D | StationaryThrottlingLocationProviderTest.java | 98 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 D | ILocationProviderManager.aidl | 31 void onReportLocation(in Location location); in onReportLocation() method
|
H A D | LocationProviderBase.java | 218 manager.onReportLocation(stripExtras(location)); in reportLocation()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/ |
H A D | ProviderListenerCapture.java | 49 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in ProviderListenerCapture
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | StationaryThrottlingLocationProvider.java | 96 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in StationaryThrottlingLocationProvider 97 super.onReportLocation(locationResult); in onReportLocation()
|
H A D | AbstractLocationProvider.java | 60 void onReportLocation(LocationResult locationResult); in onReportLocation() method 313 listener.onReportLocation(Objects.requireNonNull(locationResult)); in reportLocation()
|
H A D | DelegateLocationProvider.java | 80 public void onReportLocation(LocationResult locationResult) { in onReportLocation() method in DelegateLocationProvider
|
H A D | MockableLocationProvider.java | 336 public final void onReportLocation(LocationResult locationResult) { in onReportLocation() method in MockableLocationProvider.ListenerWrapper
|
H A D | LocationProviderManager.java | 2514 public void onReportLocation(LocationResult locationResult) {
|
/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/ |
H A D | FusedLocationServiceTest.java | 164 public void onReportLocation(Location location) { in onReportLocation() method in FusedLocationServiceTest.LocationProviderManagerCapture
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | LocationProviderBase.java | 256 manager.onReportLocation(stripExtras(location)); in reportLocation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/ |
H A D | ProxyLocationProvider.java | 302 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 D | GnssNative.java | 187 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 D | GnssLocationProvider.java | 1757 public void onReportLocation(boolean hasLatLong, Location location) { in onReportLocation() method in GnssLocationProvider
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4874 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…
|