Searched refs:SparseArrayStream (Results 1 – 4 of 4) sorted by relevance
41 IntStream actual = SparseArrayStream.keyStream(array); in testKeyStream()49 SparseArrayStream.keyStream(new SparseArray<String>()).boxed(), ImmutableList.of()); in testKeyStream_empty()57 Stream<String> actual = SparseArrayStream.valueStream(array); in testValueStream()65 SparseArrayStream.valueStream(new SparseArray<String>()), ImmutableList.of()); in testValueStream_empty()74 Stream<Pair<Integer, String>> actual = SparseArrayStream.pairStream(array); in testPairStream()82 SparseArrayStream.pairStream(new SparseArray<String>()), ImmutableList.of()); in testPairStream_empty()
31 public class SparseArrayStream { class47 private SparseArrayStream() { in SparseArrayStream() method in SparseArrayStream
273 SparseArrayStream.valueStream(currentSample).collect(Collectors.toList()), in collectNewIoMetrics()285 SparseArrayStream.valueStream(currentSample).forEach( in collectNewIoMetrics()371 mBootIoStats = SparseArrayStream.valueStream(loadNewIoStats()) in doInitServiceIfNeededLocked()521 + SparseArrayStream.valueStream(mIoStatsTracker.getTotal()) in dump()591 return Collections.unmodifiableList(SparseArrayStream.valueStream( in getAggregateIoStats()
23 import com.android.car.SparseArrayStream;80 SparseArrayStream.valueStream(newMetrics).forEach(newRecord -> { in update()