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.java106 protected static <T> int findFirstIndexMatching(List<T> items, Predicate<T> matcher) { in findFirstIndexMatching() method in TelecomTestCase
DInCallControllerTests.java1621 int nonUiIdx = findFirstIndexMatching(intents, in testBindingFuture()
1638 int defDialerIdx = findFirstIndexMatching(intents, in testBindingFuture()