Searched defs:obtainPredicate (Results 1 – 1 of 1) sorted by relevance
| /frameworks/base/core/java/com/android/internal/util/function/pooled/ |
| D | PooledLambda.java | 343 static <A, B> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 362 static <A, B, C> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 382 static <A, B, C, D> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 403 static <A, B, C, D, E> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 457 static <A, B> PooledPredicate<B> obtainPredicate( in obtainPredicate() method
|