Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb781559 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 7062bb96: Set correct InCall tone lengths

* commit '7062bb96':
  Set correct InCall tone lengths
parents 5f8eaaee 7062bb96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ public final class InCallTonePlayer extends Thread {
                case TONE_CALL_ENDED:
                    toneType = ToneGenerator.TONE_PROP_PROMPT;
                    toneVolume = RELATIVE_VOLUME_HIPRI;
                    toneLengthMillis = 4000;
                    toneLengthMillis = 200;
                    break;
                case TONE_OTA_CALL_ENDED:
                    // TODO: fill in
@@ -159,7 +159,7 @@ public final class InCallTonePlayer extends Thread {
                case TONE_REORDER:
                    toneType = ToneGenerator.TONE_CDMA_REORDER;
                    toneVolume = RELATIVE_VOLUME_HIPRI;
                    toneLengthMillis = 5000;
                    toneLengthMillis = 4000;
                    break;
                case TONE_RING_BACK:
                    toneType = ToneGenerator.TONE_SUP_RINGTONE;