Home
last modified time | relevance | path

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

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DHelper.java54 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave()
81 private static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
/cts/tests/translation/src/android/translation/cts/
DHelper.java197 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave()
204 public static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java233 public static void saveBitmapToFile(Bitmap bitmap, String filename) { in saveBitmapToFile() method in CodecUtils
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaMetadataRetrieverTest.java1050 CodecUtils.saveBitmapToFile(bitmap, "test_" + testCase[0] + ".jpg"); in verifyVideoFrame()
1064 CodecUtils.saveBitmapToFile(bitmap, "test_rotation_" + targetRotation + ".jpg"); in verifyVideoFrameRotation()
1134 CodecUtils.saveBitmapToFile(bitmap, String.format("test_%dx%d.jpg", in testGetScaledFrameAtTime()