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()1799 return mReadOnlyCorrelationVectors; in getCorrelationVectors()1815 mReadOnlyCorrelationVectors = Collections.unmodifiableCollection(correlationVectors); in setCorrelationVectors()1827 mReadOnlyCorrelationVectors = null; in resetCorrelationVectors()1871 gnssMeasurement.mReadOnlyCorrelationVectors =1915 int correlationVectorCount = mReadOnlyCorrelationVectors.size(); in writeToParcel()1917 mReadOnlyCorrelationVectors.toArray(new CorrelationVector[correlationVectorCount]); in writeToParcel()2029 for (CorrelationVector correlationVector : mReadOnlyCorrelationVectors) { in toString()