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.java50 final Set<Bitmap> returnedBitmaps = new HashSet<Bitmap>(); in fillPoolAndGetPoolContents() local
53 assertFalse(returnedBitmaps.contains(temp)); in fillPoolAndGetPoolContents()
54 returnedBitmaps.add(temp); in fillPoolAndGetPoolContents()
56 for (final Bitmap b : returnedBitmaps) { in fillPoolAndGetPoolContents()
60 return returnedBitmaps; in fillPoolAndGetPoolContents()
76 final Set<Bitmap> returnedBitmaps = in testCreateBeyondFullAndCheckReuseTest() local
80 assertTrue(returnedBitmaps.contains(overflowBitmap)); in testCreateBeyondFullAndCheckReuseTest()