Searched refs:sTempCropFilename (Results 1 – 2 of 2) sorted by relevance
158 private static final String sTempCropFilename = "crop-temp"; field in PhotoModule1308 File path = mActivity.getFileStreamPath(sTempCropFilename); in onCaptureDone()1310 tempStream = mActivity.openFileOutput(sTempCropFilename, 0); in onCaptureDone()1314 Log.v(TAG, "wrote temp file for cropping to: " + sTempCropFilename); in onCaptureDone()1316 Log.w(TAG, "error writing temp cropping file to: " + sTempCropFilename, ex); in onCaptureDone()1321 Log.w(TAG, "error writing temp cropping file to: " + sTempCropFilename, ex); in onCaptureDone()
141 private static final String sTempCropFilename = "crop-temp"; field in Camera1422 File path = getFileStreamPath(sTempCropFilename); in doAttach()1424 tempStream = openFileOutput(sTempCropFilename, 0); in doAttach()1657 File path = getFileStreamPath(sTempCropFilename); in onActivityResult()