Home
last modified time | relevance | path

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

/aosp12/frameworks/base/location/java/android/location/
H A DGnssMeasurement.java77 @Nullable private Collection<CorrelationVector> mReadOnlyCorrelationVectors; field in GnssMeasurement
307 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()