Home
last modified time | relevance | path

Searched refs:saveBitmapToFile (Results 1 – 5 of 5) 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.java1051 CodecUtils.saveBitmapToFile(bitmap, "test_" + testCase[0] + ".jpg"); in verifyVideoFrame()
1065 CodecUtils.saveBitmapToFile(bitmap, "test_rotation_" + targetRotation + ".jpg"); in verifyVideoFrameRotation()
1135 CodecUtils.saveBitmapToFile(bitmap, String.format("test_%dx%d.jpg", in testGetScaledFrameAtTime()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java795 final String actualPath = saveBitmapToFile( in testSingleDrawInstruction()
797 final String expectedPath = saveBitmapToFile( in testSingleDrawInstruction()
825 private String saveBitmapToFile(final Bitmap image, final String resourceName) in saveBitmapToFile() method in RemoteViewsTest