Searched refs:mMockLocation0 (Results 1 – 1 of 1) sorted by relevance
145 Location mMockLocation0; field in SatelliteAccessControllerTest249 .thenReturn(mMockLocation0); in setUp()252 when(mMockLocation0.getLatitude()).thenReturn(0.0); in setUp()253 when(mMockLocation0.getLongitude()).thenReturn(0.0); in setUp()344 when(mMockLocation0.getElapsedRealtimeNanos()).thenReturn(2L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()380 when(mMockLocation0.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()391 sendLocationRequestResult(mMockLocation0); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()409 when(mMockLocation0.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()443 when(mMockLocation0.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()