Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationUpdateIntervalTest.java53 private static final int LOCATION_TO_COLLECT_COUNT = 8; field in GnssLocationUpdateIntervalTest
140 LOCATION_TO_COLLECT_COUNT); in testLocationUpdatesAtInterval()
147 (fixIntervalMillis * LOCATION_TO_COLLECT_COUNT) + TIMEOUT_IN_SEC); in testLocationUpdatesAtInterval()
170 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval()
197 + LOCATION_TO_COLLECT_COUNT + " locations at 1Hz."); in testUtcToElapsedRealtimeDriftAtInterval()
199 Log.i(TAG, "Waiting for " + LOCATION_TO_COLLECT_COUNT + " locations of interval " in testUtcToElapsedRealtimeDriftAtInterval()
201 locationListener.clearReceivedLocationsAndResetCounter(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval()
204 (fixIntervalMillis * LOCATION_TO_COLLECT_COUNT) + TIMEOUT_IN_SEC); in testUtcToElapsedRealtimeDriftAtInterval()
DGnssLocationRateChangeTest.java40 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssLocationRateChangeTest
55 mLocationListenerMain = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
56 mLocationListenerAfterRateChanges = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssTtffTests.java28 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssTtffTests
137 = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
147 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
DGnssLocationValuesTest.java41 private static final int LOCATION_TO_COLLECT_COUNT = 5; field in GnssLocationValuesTest
53 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssMeasurementValuesTest.java52 private static final int LOCATION_TO_COLLECT_COUNT = 20; field in GnssMeasurementValuesTest
96 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
DGnssStatusTest.java24 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssStatusTest
63 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange()
DGnssPseudorangeVerificationTest.java50 private static final int LOCATION_TO_COLLECT_COUNT = 5; field in GnssPseudorangeVerificationTest
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.java46 private static final int LOCATION_TO_COLLECT_COUNT = 5; field in GnssLocationValuesTest
58 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
95 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations()
101 Log.i(TAG, "Successfully received " + LOCATION_TO_COLLECT_COUNT in waitForRegularGnssLocations()
DGnssMeasurementCorrectionsInjectionTest.java57 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssMeasurementCorrectionsInjectionTest
97 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testInjectGnssMeasurementCorrections()
106 Log.i(TAG, "Successfully received " + LOCATION_TO_COLLECT_COUNT in testInjectGnssMeasurementCorrections()
DGnssMeasurementValuesTest.java47 private static final int LOCATION_TO_COLLECT_COUNT = 20; field in GnssMeasurementValuesTest
103 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()