Searched refs:TestLocationListener (Results 1 – 17 of 17) sorted by relevance
21 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()
6 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()
27 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()
23 import android.location.cts.common.TestLocationListener;61 private TestLocationListener mLocationListener;130 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssNavigationMessageRegistration()
25 import android.location.cts.common.TestLocationListener;49 private TestLocationListener mLocationListener;91 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssMultiConstellationSupported()
22 import android.location.cts.common.TestLocationListener;51 private TestLocationListener mLocationListener;91 mLocationListener = new TestLocationListener(EVENTS_COUNT); in testGnssNavigationMessageMandatoryFieldRanges()
22 import android.location.cts.common.TestLocationListener;42 private TestLocationListener mLocationListener;53 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
26 import android.location.cts.common.TestLocationListener;66 private TestLocationListener mLocationListener;136 mLocationListener = new TestLocationListener(LOCATIONS_COUNT); in testGnssMeasurementWhenNoLocation()
25 import android.location.cts.common.TestLocationListener;55 private TestLocationListener mLocationListener;96 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
12 import android.location.cts.common.TestLocationListener;63 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange()
30 import android.location.cts.common.TestLocationListener;76 private TestLocationListener mLocationListener;223 mLocationListener = new TestLocationListener(EVENTS_COUNT); in verifyGnssMeasurementsReceived()
26 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()
23 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()
27 import android.location.cts.common.TestLocationListener;65 private TestLocationListener mLocationListener;153 mLocationListener = new TestLocationListener(EVENTS_COUNT); in verifyGnssMeasurementsReceived()
13 import android.location.cts.common.TestLocationListener;51 private TestLocationListener mLocationListener;103 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
28 import android.location.cts.common.TestLocationListener;97 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testInjectGnssMeasurementCorrections()
31 public class TestLocationListener implements LocationListener { class40 public TestLocationListener(int locationToCollect) { in TestLocationListener() method in TestLocationListener