Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DIoStatsTracker.java44 private SparseArray<IoStatsEntry> mCurrentSample; field in IoStatsTracker
50 mCurrentSample = mTotal.clone(); in IoStatsTracker()
107 mCurrentSample = newSample; in update()
116 return mCurrentSample; in getCurrentSample()