OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toneVolume
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java
145
final int
toneVolume
; // Passed to the ToneGenerator constructor.
152
toneVolume
= RELATIVE_VOLUME_HIPRI;
157
toneVolume
= RELATIVE_VOLUME_HIPRI;
165
toneVolume
= RELATIVE_VOLUME_HIPRI;
170
toneVolume
= RELATIVE_VOLUME_LOPRI;
175
toneVolume
= RELATIVE_VOLUME_HIPRI;
180
toneVolume
= RELATIVE_VOLUME_LOPRI;
185
toneVolume
= RELATIVE_VOLUME_LOPRI;
190
toneVolume
= RELATIVE_VOLUME_LOPRI;
195
toneVolume
= RELATIVE_VOLUME_HIPRI
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CallNotifier.java
327
int
toneVolume
; // passed to the ToneGenerator constructor
334
toneVolume
= TONE_RELATIVE_VOLUME_HIPRI;
341
toneVolume
= TONE_RELATIVE_VOLUME_LOPRI;
348
toneVolume
= TONE_RELATIVE_VOLUME_HIPRI;
356
toneVolume
= TONE_RELATIVE_VOLUME_HIPRI;
362
toneVolume
= TONE_RELATIVE_VOLUME_HIPRI;
367
toneVolume
= TONE_RELATIVE_VOLUME_HIPRI;
372
toneVolume
= TONE_RELATIVE_VOLUME_HIPRI;
377
toneVolume
= TONE_RELATIVE_VOLUME_LOPRI;
383
toneVolume
= TONE_RELATIVE_VOLUME_LOPRI
[
all
...]
Completed in 208 milliseconds