Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DBitmapPoolTest.java35 private static final int POOL_SIZE = 5; field in BitmapPoolTest
51 for (int i = 0; i < POOL_SIZE; i++) { in fillPoolAndGetPoolContents()
64 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateAndPutBackInPoolTest()
75 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateBeyondFullAndCheckReuseTest()
93 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testDecodeFromResourceBitmap()