Home | History | Annotate | Download | only in telecom

Lines Matching refs:DISCONNECTED

42      * {@link #DISCONNECTED} if it failed.
55 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
56 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
63 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
84 * Indicates that a call is currently disconnected. All states can transition to this state
90 public static final int DISCONNECTED = TelecomProtoEnums.DISCONNECTED; // = 7
99 * Indicates that the call is in the process of being disconnected and will transition next
100 * to a {@link #DISCONNECTED} state.
104 * ConnectionService has confirmed the call as disconnected.
133 case DISCONNECTED:
134 return "DISCONNECTED";