Home
last modified time | relevance | path

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

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