Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java774 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); local
775 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
779 byte[] outByteArray = tmpOut.toByteArray();
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java225 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(); in storeCallComposerPicture()
244 tmpOut.write(buffer, 0, bytesRead); in storeCallComposerPicture()
246 byte[] picData = tmpOut.toByteArray(); in storeCallComposerPicture()