Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationRateChangeTest.java36 private TestLocationListener mLocationListenerMain;
37 private TestLocationListener mLocationListenerAfterRateChanges;
49 mLocationListenerMain = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
50 mLocationListenerAfterRateChanges = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssTtffTests.java117 TestLocationListener networkLocationListener in checkTtffByThreshold()
118 = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
127 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
DTestLocationListener.java31 class TestLocationListener implements LocationListener { class
39 TestLocationListener(int locationToCollect) { in TestLocationListener() method in TestLocationListener
DGnssNavigationMessageRegistrationTest.java54 private TestLocationListener mLocationListener;
116 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssNavigationMessageRegistration()
DGnssMeasurementRegistrationTest.java55 private TestLocationListener mLocationListener;
114 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssMeasurementRegistration()
DGnssMeasurementValuesTest.java47 private TestLocationListener mLocationListener;
81 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
DGnssMeasurementsConstellationTest.java50 private TestLocationListener mLocationListener;
88 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssMultiConstellationSupported()
DGnssMeasurementWhenNoLocationTest.java62 private TestLocationListener mLocationListener;
118 mLocationListener = new TestLocationListener(LOCATIONS_COUNT); in testGnssMeasurementWhenNoLocation()
DGnssStatusTest.java40 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange()
DGnssLocationValuesTest.java35 private TestLocationListener mLocationListener;
49 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssPseudorangeVerificationTest.java69 private TestLocationListener mLocationListener;
105 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testPseudorangeValue()
249 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testPseudoPosition()