Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DThumbnailCacheTest.java119 Bitmap localBitmap = Bitmaps.createTestBitmap(MID_SIZE.x, MID_SIZE.y); in testHit_Exact_MultiplePut() local
121 mCache.putThumbnail(URI_0, MID_SIZE, localBitmap, localLastModified); in testHit_Exact_MultiplePut()
126 assertSame(localBitmap, result.getThumbnail()); in testHit_Exact_MultiplePut()