Loading src/com/android/server/telecom/CreateConnectionProcessor.java +2 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ final class CreateConnectionProcessor { } else { Log.v(this, "attemptNextPhoneAccount, no more accounts, failing"); if (mResponse != null) { mResponse.handleCreateConnectionFailure(mLastErrorDisconnectCause); mResponse.handleCreateConnectionFailure(mLastErrorDisconnectCause != null ? mLastErrorDisconnectCause : new DisconnectCause(DisconnectCause.ERROR)); mResponse = null; mCall.clearConnectionService(); } Loading src/com/android/server/telecom/InCallToneMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public final class InCallToneMonitor extends CallsManagerListenerBase { return; } if (newState == CallState.DISCONNECTED) { if (newState == CallState.DISCONNECTED && call.getDisconnectCause() != null) { int toneToPlay = InCallTonePlayer.TONE_INVALID; Log.v(this, "Disconnect cause: %s.", call.getDisconnectCause()); Loading Loading
src/com/android/server/telecom/CreateConnectionProcessor.java +2 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ final class CreateConnectionProcessor { } else { Log.v(this, "attemptNextPhoneAccount, no more accounts, failing"); if (mResponse != null) { mResponse.handleCreateConnectionFailure(mLastErrorDisconnectCause); mResponse.handleCreateConnectionFailure(mLastErrorDisconnectCause != null ? mLastErrorDisconnectCause : new DisconnectCause(DisconnectCause.ERROR)); mResponse = null; mCall.clearConnectionService(); } Loading
src/com/android/server/telecom/InCallToneMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public final class InCallToneMonitor extends CallsManagerListenerBase { return; } if (newState == CallState.DISCONNECTED) { if (newState == CallState.DISCONNECTED && call.getDisconnectCause() != null) { int toneToPlay = InCallTonePlayer.TONE_INVALID; Log.v(this, "Disconnect cause: %s.", call.getDisconnectCause()); Loading