From 6e1588189961c4aab0f036dd781ca0f218cbbe28 Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Thu, 24 Jul 2014 15:36:03 -0700 Subject: Add more disconnect causes 4/4 Bug: 15692074 Change-Id: Ib94c33fac8450b70e53dbe12d71f41777e9e140c --- InCallUI/src/com/android/incallui/InCallActivity.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'InCallUI/src') diff --git a/InCallUI/src/com/android/incallui/InCallActivity.java b/InCallUI/src/com/android/incallui/InCallActivity.java index f609d28d2..001c76954 100644 --- a/InCallUI/src/com/android/incallui/InCallActivity.java +++ b/InCallUI/src/com/android/incallui/InCallActivity.java @@ -588,7 +588,8 @@ public class InCallActivity extends Activity { return R.string.callFailed_dsac_restricted_emergency; case DisconnectCause.CS_RESTRICTED_NORMAL: return R.string.callFailed_dsac_restricted_normal; - case DisconnectCause.ERROR_UNSPECIFIED: + case DisconnectCause.OUTGOING_FAILURE: + case DisconnectCause.OUTGOING_CANCELED: // We couldn't successfully place the call; there was some // failure in the telephony layer. // TODO: Need UI spec for this failure case; for now just -- cgit v1.2.3