/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
H A D | StationaryThrottlingLocationProviderTest.java | 110 verify(mDelegate).onSetRequest(request); in testThrottle_stationaryExit() 119 verify(mDelegate).onSetRequest(ProviderRequest.EMPTY_REQUEST); in testThrottle_stationaryExit() 123 verify(mDelegate, times(2)).onSetRequest(request); in testThrottle_stationaryExit() 132 verify(mDelegate).onSetRequest(request); in testThrottle_idleExit() 141 verify(mDelegate).onSetRequest(ProviderRequest.EMPTY_REQUEST); in testThrottle_idleExit() 145 verify(mDelegate, times(2)).onSetRequest(request); in testThrottle_idleExit() 154 verify(mDelegate).onSetRequest(request); in testThrottle_NoInitialLocation() 166 verify(mDelegate, times(2)).onSetRequest(request); in testThrottle_NoInitialLocation() 175 verify(mDelegate).onSetRequest(request); in testNoThrottle_noLocation() 189 verify(mDelegate).onSetRequest(request); in testNoThrottle_oldLocation() [all …]
|
H A D | MockableLocationProviderTest.java | 116 verify(mRealMock, times(1)).onSetRequest(request); in testSetRequest() 120 verify(mRealMock, times(1)).onSetRequest(EMPTY_REQUEST); in testSetRequest() 121 verify(mRealMock, times(1)).onSetRequest(request); in testSetRequest() 125 verify(mRealMock, times(1)).onSetRequest(EMPTY_REQUEST); in testSetRequest() 126 verify(mRealMock, times(2)).onSetRequest(request); in testSetRequest() 130 verify(mRealMock, times(2)).onSetRequest(EMPTY_REQUEST); in testSetRequest()
|
H A D | LocationProviderManagerTest.java | 1408 public void onSetRequest(ProviderRequest request) {
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/ |
H A D | FakeProvider.java | 32 void onSetRequest(ProviderRequest request); in onSetRequest() method 49 protected void onSetRequest(ProviderRequest request) { in onSetRequest() method in FakeProvider 50 mFakeInterface.onSetRequest(request); in onSetRequest()
|
/aosp14/frameworks/base/location/java/android/location/provider/ |
H A D | LocationProviderBase.java | 251 public abstract void onSetRequest(@NonNull ProviderRequest request); in onSetRequest() method in LocationProviderBase 331 onSetRequest(request); in setRequest()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | MockLocationProvider.java | 62 public void onSetRequest(ProviderRequest request) {} in onSetRequest() method in MockLocationProvider
|
H A D | PassiveLocationProvider.java | 64 public void onSetRequest(ProviderRequest request) {} in onSetRequest() method in PassiveLocationProvider
|
H A D | AbstractLocationProvider.java | 338 protected abstract void onSetRequest(ProviderRequest request); in onSetRequest() method in AbstractLocationProvider 396 mExecutor.execute(() -> onSetRequest(request)); in setRequest()
|
H A D | DelegateLocationProvider.java | 98 protected void onSetRequest(ProviderRequest request) { in onSetRequest() method in DelegateLocationProvider
|
H A D | MockableLocationProvider.java | 247 protected void onSetRequest(ProviderRequest request) { in onSetRequest() method in MockableLocationProvider
|
H A D | StationaryThrottlingLocationProvider.java | 142 protected void onSetRequest(ProviderRequest request) { in onSetRequest() method in StationaryThrottlingLocationProvider
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | LocationProviderBase.java | 311 protected abstract void onSetRequest(ProviderRequestUnbundled request, WorkSource source); in onSetRequest() method in LocationProviderBase 386 onSetRequest(new ProviderRequestUnbundled(request), request.getWorkSource()); in setRequest()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/ |
H A D | LocationManagerServiceTest.java | 197 protected void onSetRequest(ProviderRequest request) { in onSetRequest() method in LocationManagerServiceTest.FakeAbstractLocationProvider
|
/aosp14/frameworks/base/location/lib/api/ |
H A D | current.txt | 23 …method @Deprecated protected abstract void onSetRequest(com.android.location.provider.ProviderRequ…
|
/aosp14/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
H A D | FusedLocationProvider.java | 120 public void onSetRequest(ProviderRequest request) { in onSetRequest() method in FusedLocationProvider
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/ |
H A D | ProxyLocationProvider.java | 180 protected void onSetRequest(ProviderRequest request) { in onSetRequest() method in ProxyLocationProvider
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssLocationProvider.java | 1007 public void onSetRequest(ProviderRequest request) { in onSetRequest() method in GnssLocationProvider
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 6768 method public abstract void onSetRequest(@NonNull android.location.provider.ProviderRequest);
|