Searched refs:testBitmap (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | SaveImageInBackgroundTaskTest.kt | 52 private val testBitmap = mock<Bitmap>() regex 101 eq(testBitmap), 113 eq(testBitmap), 137 saveImageTask.queryQuickShareAction(testScreenshotId, testBitmap, testUser, testUri) 159 saveImageTask.queryQuickShareAction(testScreenshotId, testBitmap, testUser, testUri)!! 173 testBitmap, 202 testBitmap, 231 testBitmap, 266 testBitmap,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardModelTest.kt | 92 val testBitmap = Bitmap.createBitmap(50, 50, Bitmap.Config.ARGB_8888) regex 95 whenever(mMockContentResolver.loadThumbnail(any(), any(), any())).thenReturn(testBitmap) 101 assertEquals(testBitmap, model.loadThumbnail(mMockContext))
|
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpDatabaseTest.java | 223 Bitmap testBitmap = decodeBitmapFromBytes(byteArray, 4); in testThumbnail() local 224 assertBitmapSize(32, 16, testBitmap); in testThumbnail()
|