Searched refs:getReceivedLocationList (Results 1 – 4 of 4) sorted by relevance
78 for (Location location : mLocationListener.getReceivedLocationList()) { in testAccuracyFields()152 for (Location location : mLocationListener.getReceivedLocationList()) { in testLocationRegularFields()
108 List<Location> activeLocations = activeLocationListener.getReceivedLocationList(); in testLocationUpdatesAtInterval()109 List<Location> passiveLocations = passiveLocationListener.getReceivedLocationList(); in testLocationUpdatesAtInterval()
87 public List<Location> getReceivedLocationList(){ in getReceivedLocationList() method in TestLocationListener
262 List<Location> receivedLocationList = mLocationListener.getReceivedLocationList(); in testPseudoPosition()