Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java147 Location mMockLocation1; field in SatelliteAccessControllerTest
251 .thenReturn(mMockLocation1); in setUp()
254 when(mMockLocation1.getLatitude()).thenReturn(1.0); in setUp()
255 when(mMockLocation1.getLongitude()).thenReturn(1.0); in setUp()
345 when(mMockLocation1.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
381 when(mMockLocation1.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
410 when(mMockLocation1.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
444 when(mMockLocation1.getElapsedRealtimeNanos()).thenReturn(0L); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()