Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java76 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