Searched defs:tone (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DTonePlayer.java33 // Map STK tone ids to the system tone ids.
53 public void play(Tone tone) { argument
54 int toneId = getToneId(tone);
70 private int getToneId(Tone tone) { argument
73 if (tone != null && mToneMap.containsKey(tone)) {
74 toneId = mToneMap.get(tone);
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java92 /** The DTMF tone volume relative to other sounds in the stream */
221 // a local audio signal, and is not as important as the dtmf tone itself.
227 Log.w(LOG_TAG, "Exception caught while creating local tone generator: " + e);
485 // retrieve the DTMF tone play back setting.
493 // a local audio signal, and is not as important as the dtmf tone itself.
500 Log.w(LOG_TAG, "Exception caught while creating local tone generator: " + e);
560 * Plays the specified tone for TONE_LENGTH_MS milliseconds.
562 * The tone is played locally, using the audio stream for phone calls.
566 * @param tone a tone cod
568 playTone(int tone) argument
[all...]
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java185 /** The DTMF tone volume relative to other sounds in the stream */
693 // retrieve the DTMF tone play back setting.
705 // a local audio signal, and is not as important as the dtmf tone itself.
711 Log.w(TAG, "Exception caught while creating local tone generator: " + e);
772 // Make sure we don't leave this activity with a tone still playing.
891 * When a key is pressed, we start playing DTMF tone, do vibration, and enter the digit
892 * immediately. When a key is released, we stop the tone. Note that the "key press" event will
1046 // Stop tone immediately
1235 * Plays the specified tone for TONE_LENGTH_MS milliseconds.
1237 private void playTone(int tone) { argument
1254 playTone(int tone, int durationMs) argument
[all...]

Completed in 127 milliseconds