Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationUpdateIntervalTest.java47 private static final int LOCATION_TO_COLLECT_COUNT = 8; field in GnssLocationUpdateIntervalTest
121 LOCATION_TO_COLLECT_COUNT); in testLocationUpdatesAtInterval()
128 (fixIntervalMillis * LOCATION_TO_COLLECT_COUNT) + TIMEOUT_IN_SEC); in testLocationUpdatesAtInterval()
151 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval()
178 + LOCATION_TO_COLLECT_COUNT + " locations at 1Hz."); in testUtcToElapsedRealtimeDriftAtInterval()
180 Log.i(TAG, "Waiting for " + LOCATION_TO_COLLECT_COUNT + " locations of interval " in testUtcToElapsedRealtimeDriftAtInterval()
182 locationListener.clearReceivedLocationsAndResetCounter(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval()
185 (fixIntervalMillis * LOCATION_TO_COLLECT_COUNT) + TIMEOUT_IN_SEC); in testUtcToElapsedRealtimeDriftAtInterval()
DGnssLocationRateChangeTest.java39 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssLocationRateChangeTest
54 mLocationListenerMain = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
55 mLocationListenerAfterRateChanges = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssTtffTests.java26 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssTtffTests
130 = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
139 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold()
DGnssMeasurementValuesTest.java50 private static final int LOCATION_TO_COLLECT_COUNT = 20; field in GnssMeasurementValuesTest
93 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()
DGnssStatusTest.java14 private static final int LOCATION_TO_COLLECT_COUNT = 1; field in GnssStatusTest
42 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange()
DGnssLocationValuesTest.java39 private static final int LOCATION_TO_COLLECT_COUNT = 5; field in GnssLocationValuesTest
51 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
DGnssPseudorangeVerificationTest.java49 private static final int LOCATION_TO_COLLECT_COUNT = 5; field in GnssPseudorangeVerificationTest
121 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testPseudorangeValue()
265 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testPseudoPosition()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java45 private static final int LOCATION_TO_COLLECT_COUNT = 5; field in GnssLocationValuesTest
57 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in setUp()
93 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations()
99 Log.i(TAG, "Successfully received " + LOCATION_TO_COLLECT_COUNT in waitForRegularGnssLocations()
DGnssMeasurementValuesTest.java46 private static final int LOCATION_TO_COLLECT_COUNT = 20; field in GnssMeasurementValuesTest
101 mLocationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testListenForGnssMeasurements()