Home
last modified time | relevance | path

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

/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DSoundRecorder.java50 private final String mOutputFileName; field in SoundRecorder
66 mOutputFileName = outputFileName; in SoundRecorder()
98 mContext.openFileOutput(mOutputFileName, Context.MODE_PRIVATE)); in startRecording()
163 if (!new File(mContext.getFilesDir(), mOutputFileName).exists()) { in startPlay()
199 in = mContext.openFileInput(mOutputFileName); in startPlay()