Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/populator/
DLocationProviderImplTest.java46 private Location locationWithoutAccuracy; field in LocationProviderImplTest
54 locationWithoutAccuracy = new Location(locationWithAccuracy); in setUp()
94 .thenReturn(locationWithoutAccuracy); in getLocation_whenNetworkLocationHasNoAccuracy_returnsGpsLocation()
106 .thenReturn(locationWithoutAccuracy); in getLocation_whenBothLocationsHaveNoAccuracy_returnsAbsentLocation()
108 .thenReturn(locationWithoutAccuracy); in getLocation_whenBothLocationsHaveNoAccuracy_returnsAbsentLocation()