Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DTestGnssMeasurementListener.java69 public TestGnssMeasurementListener(String tag, int eventsToCollect) { in TestGnssMeasurementListener() argument
70 this(tag, eventsToCollect, false); in TestGnssMeasurementListener()
80 public TestGnssMeasurementListener(String tag, int eventsToCollect, boolean filterByEventSize) { in TestGnssMeasurementListener() argument
82 mCountDownLatch = new CountDownLatch(eventsToCollect); in TestGnssMeasurementListener()
87 mMeasurementsEvents = new ArrayList<>(eventsToCollect); in TestGnssMeasurementListener()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DTestGnssNavigationMessageListener.java45 TestGnssNavigationMessageListener(String tag, int eventsToCollect) { in TestGnssNavigationMessageListener() argument
48 mEventsToCollect = eventsToCollect; in TestGnssNavigationMessageListener()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGnssDeviceInfo.java168 TestGnssMeasurementListener(int eventsToCollect) { in TestGnssMeasurementListener() argument
169 mCountDownLatch = new CountDownLatch(eventsToCollect); in TestGnssMeasurementListener()
170 mMeasurementsEvents = new ArrayList<>(eventsToCollect); in TestGnssMeasurementListener()