Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationRateChangeTest.java21 import android.location.cts.common.TestLocationListener;
42 private TestLocationListener mLocationListenerMain;
43 private TestLocationListener mLocationListenerAfterRateChanges;
55 mLocationListenerMain = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
56 mLocationListenerAfterRateChanges = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssTtffTests.java6 import android.location.cts.common.TestLocationListener;
136 TestLocationListener networkLocationListener in checkTtffByThreshold()
137 = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
147 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
DGnssLocationUpdateIntervalTest.java27 import android.location.cts.common.TestLocationListener;
139 TestLocationListener activeLocationListener = new TestLocationListener( in testLocationUpdatesAtInterval()
141 TestLocationListener passiveLocationListener = new TestLocationListener( in testLocationUpdatesAtInterval()
170 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval()
DGnssNavigationMessageRegistrationTest.java23 import android.location.cts.common.TestLocationListener;
61 private TestLocationListener mLocationListener;
130 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java25 import android.location.cts.common.TestLocationListener;
49 private TestLocationListener mLocationListener;
91 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssMultiConstellationSupported()
DGnssNavigationMessageTest.java22 import android.location.cts.common.TestLocationListener;
51 private TestLocationListener mLocationListener;
91 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssNavigationMessageMandatoryFieldRanges()
DGnssLocationValuesTest.java22 import android.location.cts.common.TestLocationListener;
42 private TestLocationListener mLocationListener;
53 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssMeasurementWhenNoLocationTest.java26 import android.location.cts.common.TestLocationListener;
66 private TestLocationListener mLocationListener;
136 mLocationListener = new TestLocationListener(LOCATIONS_COUNT); in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java25 import android.location.cts.common.TestLocationListener;
55 private TestLocationListener mLocationListener;
96 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
DGnssStatusTest.java12 import android.location.cts.common.TestLocationListener;
63 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange()
DGnssMeasurementRegistrationTest.java30 import android.location.cts.common.TestLocationListener;
76 private TestLocationListener mLocationListener;
223 mLocationListener = new TestLocationListener(EVENTS_COUNT); in verifyGnssMeasurementsReceived()
DGnssPseudorangeVerificationTest.java26 import android.location.cts.common.TestLocationListener;
84 private TestLocationListener mLocationListener;
124 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testPseudorangeValue()
268 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testPseudoPosition()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java23 import android.location.cts.common.TestLocationListener;
47 private TestLocationListener mLocationListener;
58 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
95 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations()
DGnssMeasurementRegistrationTest.java27 import android.location.cts.common.TestLocationListener;
65 private TestLocationListener mLocationListener;
153 mLocationListener = new TestLocationListener(EVENTS_COUNT); in verifyGnssMeasurementsReceived()
DGnssMeasurementValuesTest.java13 import android.location.cts.common.TestLocationListener;
51 private TestLocationListener mLocationListener;
103 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
DGnssMeasurementCorrectionsInjectionTest.java28 import android.location.cts.common.TestLocationListener;
97 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testInjectGnssMeasurementCorrections()
/cts/tests/location/common/src/android/location/cts/common/
DTestLocationListener.java31 public class TestLocationListener implements LocationListener { class
40 public TestLocationListener(int locationToCollect) { in TestLocationListener() method in TestLocationListener