Searched refs:mRecordingFile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java72 private File mRecordingFile; field in class:RemainingTimeCalculator
102 mRecordingFile = file;
141 if (mRecordingFile == null) {
149 mRecordingFile = new File(mRecordingFile.getAbsolutePath());
150 long fileSize = mRecordingFile.length();

Completed in 23 milliseconds