Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DTestLocationListener.java40 public TestLocationListener(int locationToCollect) { in TestLocationListener() argument
41 mCountDownLatch = new CountDownLatch(locationToCollect); in TestLocationListener()
53 public synchronized void clearReceivedLocationsAndResetCounter(int locationToCollect) { in clearReceivedLocationsAndResetCounter() argument
55 mCountDownLatch = new CountDownLatch(locationToCollect); in clearReceivedLocationsAndResetCounter()