Address API council comments.
Bug: 123587501 Test: Manual Change-Id: I72582ca6d8da8b1fe7bc4fc1b4b4db1fad6ca7a7
This commit is contained in:
@@ -272,7 +272,7 @@ public final class ApplicationFeatureProviderImplTest {
|
||||
|
||||
// Spy the real context to mock LocationManager.
|
||||
Context spyContext = spy(RuntimeEnvironment.application);
|
||||
when(mLocationManager.getLocationControllerExtraPackage()).thenReturn(testLocationHistory);
|
||||
when(mLocationManager.getExtraLocationControllerPackage()).thenReturn(testLocationHistory);
|
||||
when(spyContext.getSystemService(Context.LOCATION_SERVICE)).thenReturn(mLocationManager);
|
||||
|
||||
ReflectionHelpers.setField(mProvider, "mContext", spyContext);
|
||||
|
Reference in New Issue
Block a user