Searched defs:obtainPredicate (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambda.java | 245 static <A, B> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 264 static <A, B, C> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 284 static <A, B, C, D> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 305 static <A, B, C, D, E> PooledPredicate<A> obtainPredicate( in obtainPredicate() method 323 static <A, B> PooledPredicate<B> obtainPredicate( in obtainPredicate() method
|