Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallViewModel.java130 mIncomingCallLiveData.setValue(firstMatch(callList, in InCallViewModel()
329 private static Call firstMatch(List<Call> callList, Predicate<Call> predicate) { in firstMatch() method in InCallViewModel