Searched refs:startingFrom (Results 1 – 2 of 2) sorted by relevance
80 static <E> Collector<E, ?, Stream<E>> startingFrom(Predicate<E> predicate) { in startingFrom() method
33 import static android.inputmethodservice.cts.devicetest.MoreCollectors.startingFrom;94 .collect(startingFrom(helper.isStartOfTest())) in testCreateIme1()