Searched refs:mRecordFile (Results 1 – 1 of 1) sorted by relevance
79 private File mRecordFile = null; field in FmRecorder135 mRecordFile = new File(recordingDir, name); in startRecording()137 if (mRecordFile.createNewFile()) { in startRecording()139 + mRecordFile.getPath()); in startRecording()161 mRecorder.setOutputFile(mRecordFile.getAbsolutePath()); in startRecording()219 if (mRecordFile != null) { in getRecordFileName()220 String fileName = mRecordFile.getName(); in getRecordFileName()237 if (mRecordFile == null) { in saveRecording()242 File newRecordFile = new File(mRecordFile.getParent(), newName + RECORDING_FILE_EXTENSION); in saveRecording()243 boolean succuss = mRecordFile.renameTo(newRecordFile); in saveRecording()[all …]