Searched refs:valueStream (Results 1 – 3 of 3) sorted by relevance
59 Stream<String> actual = SparseArrayStream.valueStream(array); in testValueStream()67 SparseArrayStream.valueStream(new SparseArray<String>()), ImmutableList.of()); in testValueStream_empty()
285 SparseArrayStream.valueStream(currentSample).collect(Collectors.toList()), in collectNewIoMetrics()297 SparseArrayStream.valueStream(currentSample).forEach( in collectNewIoMetrics()383 mBootIoStats = SparseArrayStream.valueStream(loadNewIoStats()) in doInitServiceIfNeededLocked()531 + SparseArrayStream.valueStream(mIoStatsTracker.getTotal()) in dump()635 return Collections.unmodifiableList(SparseArrayStream.valueStream( in getAggregateIoStats()
38 public static <E> Stream<E> valueStream(SparseArray<E> array) { in valueStream() method in SparseArrayStream