Home
last modified time | relevance | path

Searched defs:obtainSupplier (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java125 static <R> PooledSupplier<R> obtainSupplier(R value) { in obtainSupplier() method
137 static PooledSupplier.OfInt obtainSupplier(int value) { in obtainSupplier() method
149 static PooledSupplier.OfLong obtainSupplier(long value) { in obtainSupplier() method
161 static PooledSupplier.OfDouble obtainSupplier(double value) { in obtainSupplier() method