HomeSort by relevance Sort by last modified time
    Searched defs:toneType (Results 1 - 25 of 26) sorted by null

1 2

  /packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java 154 final int toneType; // Passed to ToneGenerator.startTone.
161 toneType = ToneGenerator.TONE_SUP_BUSY;
166 toneType = ToneGenerator.TONE_PROP_PROMPT;
174 toneType = ToneGenerator.TONE_SUP_CALL_WAITING;
179 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE;
184 toneType = ToneGenerator.TONE_SUP_CONGESTION;
189 toneType = ToneGenerator.TONE_CDMA_ABBR_INTERCEPT;
194 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE;
199 toneType = ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITE;
204 toneType = ToneGenerator.TONE_CDMA_REORDER
    [all...]