Searched refs:mReadOnlyCorrelationVectors (Results 1 – 1 of 1) sorted by relevance
77 @Nullable private Collection<CorrelationVector> mReadOnlyCorrelationVectors; field in GnssMeasurement307 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()