Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomTestCase.java88 protected static <T> int findFirstIndexMatching(List<T> items, Predicate<T> matcher) { in findFirstIndexMatching() method in TelecomTestCase
DInCallControllerTests.java1614 int nonUiIdx = findFirstIndexMatching(intents, in testBindingFuture()
1631 int defDialerIdx = findFirstIndexMatching(intents, in testBindingFuture()