Home
last modified time | relevance | path

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

/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java56 private SoundRecorder mSoundRecorder; field in MainActivity
94 mSoundRecorder.startRecording(); in onUIStateChanged()
108 mSoundRecorder.stopRecording(); in onUIStateChanged()
120 mSoundRecorder.startPlay(); in onUIStateChanged()
132 mSoundRecorder.stopPlaying(); in onUIStateChanged()
137 mSoundRecorder.stopRecording(); in onUIStateChanged()
218 mSoundRecorder = new SoundRecorder(this, VOICE_FILE_NAME, this); in start()
249 if (mSoundRecorder != null) { in onStop()
250 mSoundRecorder.cleanup(); in onStop()
251 mSoundRecorder = null; in onStop()