Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DBitmapPoolTest.java51 final Set<Bitmap> returnedBitmaps = new HashSet<Bitmap>(); in fillPoolAndGetPoolContents() local
54 assertFalse(returnedBitmaps.contains(temp)); in fillPoolAndGetPoolContents()
55 returnedBitmaps.add(temp); in fillPoolAndGetPoolContents()
57 for (final Bitmap b : returnedBitmaps) { in fillPoolAndGetPoolContents()
61 return returnedBitmaps; in fillPoolAndGetPoolContents()
77 final Set<Bitmap> returnedBitmaps = in testCreateBeyondFullAndCheckReuseTest() local
81 assertTrue(returnedBitmaps.contains(overflowBitmap)); in testCreateBeyondFullAndCheckReuseTest()