HomeSort by relevance Sort by last modified time
    Searched refs:mSoundRecorder (Results 1 - 3 of 3) sorted by null

  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 56 private SoundRecorder mSoundRecorder;
94 mSoundRecorder.startRecording();
108 mSoundRecorder.stopRecording();
120 mSoundRecorder.startPlay();
132 mSoundRecorder.stopPlaying();
137 mSoundRecorder.stopRecording();
218 mSoundRecorder = new SoundRecorder(this, VOICE_FILE_NAME, this);
249 if (mSoundRecorder != null) {
250 mSoundRecorder.cleanup();
251 mSoundRecorder = null
    [all...]
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 62 private SoundRecorder mSoundRecorder;
114 mSoundRecorder.startRecording();
128 mSoundRecorder.stopRecording();
140 mSoundRecorder.startPlay();
152 mSoundRecorder.stopPlaying();
157 mSoundRecorder.stopRecording();
238 mSoundRecorder = new SoundRecorder(this, VOICE_FILE_NAME, this);
269 if (mSoundRecorder != null) {
270 mSoundRecorder.cleanup();
271 mSoundRecorder = null
    [all...]
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 62 private SoundRecorder mSoundRecorder;
114 mSoundRecorder.startRecording();
128 mSoundRecorder.stopRecording();
140 mSoundRecorder.startPlay();
152 mSoundRecorder.stopPlaying();
157 mSoundRecorder.stopRecording();
238 mSoundRecorder = new SoundRecorder(this, VOICE_FILE_NAME, this);
269 if (mSoundRecorder != null) {
270 mSoundRecorder.cleanup();
271 mSoundRecorder = null
    [all...]

Completed in 98 milliseconds