Home | History | Annotate | Download | only in cellbroadcastreceiver

Lines Matching defs:stop

115                     stop();     // stop alert sound
149 // Stop the alert sound and speech if the call state changes.
215 // stop audio, vibration and TTS
216 stop();
217 // Stop listening for incoming calls.
224 // catch "Unable to retrieve AudioTrack pointer for stop()" exception
302 * Start playing the alert sound, and send delayed message when it's time to stop.
306 // stop() checks to see if we are already playing.
307 stop();
322 mp.stop();
349 // stop alert after the specified duration
392 public void stop() {
393 if (DBG) log("stop()");
404 // Stop audio playing
407 mMediaPlayer.stop();
410 // catch "Unable to retrieve AudioTrack pointer for stop()" exception
411 loge("exception trying to stop media player");
416 // Stop vibrator
420 mTts.stop();
422 // catch "Unable to retrieve AudioTrack pointer for stop()" exception
423 loge("exception trying to stop text-to-speech");