Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpDatabaseTest.java209 private void testThumbnail(int fileHandle, File imgFile, boolean isGoodThumb) in testThumbnail() argument
221 Assert.assertNotNull("Fail to generate thumbnail:" + imgFile.getPath(), byteArray); in testThumbnail()
225 } else Assert.assertNull("Bad image should return null:" + imgFile.getPath(), byteArray); in testThumbnail()