Searched refs:locationWithoutAccuracy (Results 1 – 1 of 1) sorted by relevance
46 private Location locationWithoutAccuracy; field in LocationProviderImplTest54 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()