Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java78 for (Location location : mLocationListener.getReceivedLocationList()) { in testAccuracyFields()
152 for (Location location : mLocationListener.getReceivedLocationList()) { in testLocationRegularFields()
DGnssLocationUpdateIntervalTest.java108 List<Location> activeLocations = activeLocationListener.getReceivedLocationList(); in testLocationUpdatesAtInterval()
109 List<Location> passiveLocations = passiveLocationListener.getReceivedLocationList(); in testLocationUpdatesAtInterval()
DTestLocationListener.java87 public List<Location> getReceivedLocationList(){ in getReceivedLocationList() method in TestLocationListener
DGnssPseudorangeVerificationTest.java262 List<Location> receivedLocationList = mLocationListener.getReceivedLocationList(); in testPseudoPosition()