Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test_cases.cpp1569 int locationIntervalMs = 1000; in TEST_P() local
1573 StartAndCheckFirstLocation(locationIntervalMs, /* lowPowerMode= */ false); in TEST_P()
1592 assertMeanAndStdev(locationIntervalMs, measurementDeltas); in TEST_P()
1595 assertMeanAndStdev(locationIntervalMs, svInfoListDeltas); in TEST_P()
1620 int locationIntervalMs = 1000; in TEST_P() local
1628 StartAndCheckFirstLocation(locationIntervalMs, /* lowPowerMode= */ false); in TEST_P()
1633 assertMeanAndStdev(locationIntervalMs, measurementDeltas); in TEST_P()
1639 assertMeanAndStdev(locationIntervalMs, svInfoListDeltas); in TEST_P()
1829 for (auto& locationIntervalMs : locationIntervals) { in TEST_P() local
1831 if (locationIntervalMs == INT_MAX && measurementIntervalMs == INT_MAX) { in TEST_P()
[all …]