Searched refs:SparseArrayStream (Results 1 – 3 of 3) sorted by relevance
245 SparseArrayStream.valueStream(mIoStatsTracker.getCurrentSample()) in collectNewIoMetrics()256 SparseArrayStream.valueStream(currentSample).forEach( in collectNewIoMetrics()343 mBootIoStats = SparseArrayStream.valueStream(loadNewIoStats()) in doInitServiceIfNeeded()491 SparseArrayStream.valueStream(mIoStatsTracker.getTotal()) in dump()555 return SparseArrayStream.valueStream(mIoStatsTracker.getTotal()) in getAggregateIoStats()
26 public class SparseArrayStream { class
21 import com.android.car.SparseArrayStream;67 SparseArrayStream.valueStream(newMetrics).forEach( newRecord -> { in update()