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