Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java75 for (Location location : mLocationListener.getReceivedLocationList()) { in testAccuracyFields()
136 for (Location location : mLocationListener.getReceivedLocationList()) { in testLocationRegularFields()
DTestLocationListener.java78 public List<Location> getReceivedLocationList(){ in getReceivedLocationList() method in TestLocationListener
DGnssPseudorangeVerificationTest.java258 List<Location> receivedLocationList = mLocationListener.getReceivedLocationList(); in testPseudoPosition()