Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DIoStatsTracker.java76 SparseArray<IoStatsEntry> newTotal = new SparseArray<>(); in update() local
112 newTotal.append(uid, new IoStatsEntry(newRecord, newStats.runtimeMillis)); in update()
115 newTotal.append(uid, oldRecord); in update()
121 mTotal = newTotal; in update()