Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingPool.java32 private Pools.SynchronizedPool<T> mCurrentPool; field in MessagingPool
37 mCurrentPool = new Pools.SynchronizedPool<>(mMaxPoolSize); in MessagingPool()
46 T instance = mCurrentPool.acquire(); in acquire()
63 return mCurrentPool.release(instance); in release()
69 mCurrentPool = new Pools.SynchronizedPool<>(mMaxPoolSize); in clear()