Searched refs:sTempCropFilename (Results 1 – 3 of 3) sorted by relevance
169 private static final String sTempCropFilename = "crop-temp"; field in PhotoModule1458 File path = mActivity.getFileStreamPath(sTempCropFilename);1460 tempStream = mActivity.openFileOutput(sTempCropFilename, 0);1464 Log.v(TAG, "wrote temp file for cropping to: " + sTempCropFilename);1466 Log.w(TAG, "error writing temp cropping file to: " + sTempCropFilename, ex);1471 Log.w(TAG, "error writing temp cropping file to: " + sTempCropFilename, ex);
141 private static final String sTempCropFilename = "crop-temp"; field in Camera1409 File path = getFileStreamPath(sTempCropFilename); in doAttach()1411 tempStream = openFileOutput(sTempCropFilename, 0); in doAttach()1639 File path = getFileStreamPath(sTempCropFilename); in onActivityResult()
168 private static final String sTempCropFilename = "crop-temp"; field in PhotoModule1377 File path = mActivity.getFileStreamPath(sTempCropFilename); in doAttach()1379 tempStream = mActivity.openFileOutput(sTempCropFilename, 0); in doAttach()1764 File path = mActivity.getFileStreamPath(sTempCropFilename); in onActivityResult()