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

  /packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java 111 final int toneVolume; // Passed to the ToneGenerator constructor.
118 toneVolume = RELATIVE_VOLUME_HIPRI;
123 toneVolume = RELATIVE_VOLUME_HIPRI;
131 toneVolume = RELATIVE_VOLUME_HIPRI;
136 toneVolume = RELATIVE_VOLUME_LOPRI;
141 toneVolume = RELATIVE_VOLUME_HIPRI;
146 toneVolume = RELATIVE_VOLUME_LOPRI;
151 toneVolume = RELATIVE_VOLUME_LOPRI;
156 toneVolume = RELATIVE_VOLUME_LOPRI;
161 toneVolume = RELATIVE_VOLUME_HIPRI
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 685 int toneVolume; // passed to the ToneGenerator constructor
692 toneVolume = TONE_RELATIVE_VOLUME_HIPRI;
699 toneVolume = TONE_RELATIVE_VOLUME_LOPRI;
706 toneVolume = TONE_RELATIVE_VOLUME_HIPRI;
714 toneVolume = TONE_RELATIVE_VOLUME_HIPRI;
720 toneVolume = TONE_RELATIVE_VOLUME_HIPRI;
727 toneVolume = TONE_RELATIVE_VOLUME_HIPRI;
731 toneVolume = TONE_RELATIVE_VOLUME_HIPRI;
    [all...]

Completed in 526 milliseconds