Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssMeasurement.java77 @Nullable private Collection<CorrelationVector> mReadOnlyCorrelationVectors; field in GnssMeasurement
307 mReadOnlyCorrelationVectors = measurement.mReadOnlyCorrelationVectors; in set()
1900 return mReadOnlyCorrelationVectors; in getCorrelationVectors()
1916 mReadOnlyCorrelationVectors = Collections.unmodifiableCollection(correlationVectors); in setCorrelationVectors()
1928 mReadOnlyCorrelationVectors = null; in resetCorrelationVectors()
1972 gnssMeasurement.mReadOnlyCorrelationVectors =
2016 int correlationVectorCount = mReadOnlyCorrelationVectors.size(); in writeToParcel()
2018 mReadOnlyCorrelationVectors.toArray(new CorrelationVector[correlationVectorCount]); in writeToParcel()
2130 for (CorrelationVector correlationVector : mReadOnlyCorrelationVectors) { in toString()