Home
last modified time | relevance | path

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

/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java52 private static final String VOICE_FILE_NAME = "audiorecord.pcm"; field in MainActivity
218 mSoundRecorder = new SoundRecorder(this, VOICE_FILE_NAME, this); in start()