From 6c874e3d786eea52f3488dce7c9d56a869e5ee23 Mon Sep 17 00:00:00 2001 From: Ben Gilad Date: Tue, 4 Mar 2014 16:01:22 -0800 Subject: Adding the aborted call state. Change-Id: I26c1e2bc180a2be2d2374143546c666faeea2705 --- telecomm/java/android/telecomm/CallState.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'telecomm') diff --git a/telecomm/java/android/telecomm/CallState.java b/telecomm/java/android/telecomm/CallState.java index 4f774cb..d4a45f9 100644 --- a/telecomm/java/android/telecomm/CallState.java +++ b/telecomm/java/android/telecomm/CallState.java @@ -62,5 +62,11 @@ public enum CallState { * the disconnection or communication was lost to the call service currently responsible for * this call (e.g., call service crashes). */ - DISCONNECTED; + DISCONNECTED, + + /** + * Indicates that the call was attempted (mostly in the context of outgoing, at least at the + * time of writing) but cancelled before it was successfully connected. + */ + ABORTED; } -- cgit v1.1