Home
last modified time | relevance | path

Searched defs:correlationVector (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DCorrelationVectorTest.java28 … CorrelationVector correlationVector = createTestCorrelationVector(30d, 10d, 10, MAGNITUDE_ARRAY); in testCorrelationVectorDescribeContents() local
34 … CorrelationVector correlationVector = createTestCorrelationVector(30d, 10d, 10, MAGNITUDE_ARRAY); in testCorrelationVectorWriteToParcel() local
45 … CorrelationVector correlationVector = createTestCorrelationVector(30d, 10d, 10, MAGNITUDE_ARRAY); in testCreateCorrelationVectorAndGetValues() local
68 CorrelationVector correlationVector) { in verifyCorrelationVectorValuesAndGetters()