Home
last modified time | relevance | path

Searched refs:mMockLocation0 (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java145 Location mMockLocation0; field in SatelliteAccessControllerTest
249 .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()