Loading src/com/android/server/telecom/InCallTonePlayer.java +4 −5 Original line number Diff line number Diff line Loading @@ -510,11 +510,10 @@ public class InCallTonePlayer extends Thread { */ @VisibleForTesting public void stopTone() { if (mState == STATE_ON) { Log.i(this, "stopTone: Stopping the tone %d.", mToneId); // Notify the playback to end early. mPlaybackLatch.countDown(); } mState = STATE_STOPPED; } Loading Loading
src/com/android/server/telecom/InCallTonePlayer.java +4 −5 Original line number Diff line number Diff line Loading @@ -510,11 +510,10 @@ public class InCallTonePlayer extends Thread { */ @VisibleForTesting public void stopTone() { if (mState == STATE_ON) { Log.i(this, "stopTone: Stopping the tone %d.", mToneId); // Notify the playback to end early. mPlaybackLatch.countDown(); } mState = STATE_STOPPED; } Loading