Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
H A DAvatarPhotoControllerTest.java241 saveBitmapToFile(file); in internalCropUsedIfNoSystemCropperFound()
275 private void saveBitmapToFile(File file) throws IOException { in saveBitmapToFile() method in AvatarPhotoControllerTest
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAvatarPhotoController.java256 saveBitmapToFile(croppedImage, new File(mImagesDir, CROP_PICTURE_FILE_NAME)); in onPhotoNotCropped()
295 private void saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in AvatarPhotoController