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