Searched refs:isInPool (Results 1 – 2 of 2) sorted by relevance
116 if (isInPool(instance)) { in release()127 private boolean isInPool(@NonNull T instance) { in isInPool() method in Pools.SimplePool
111 if (isInPool(instance)) { in release()122 private boolean isInPool(T instance) { in isInPool() method in Pools.SimplePool