Home | History | Annotate | Download | only in telecom

Lines Matching full:disconnected

45      * {@link #DISCONNECTED} if it failed.
60 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
61 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
68 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
89 * Indicates that a call is currently disconnected. All states can transition to this state
95 public static final int DISCONNECTED = 7;
104 * Indicates that the call is in the process of being disconnected and will transition next
105 * to a {@link #DISCONNECTED} state.
109 * ConnectionService has confirmed the call as disconnected.
129 case DISCONNECTED:
130 return "DISCONNECTED";