Home | History | Annotate | Download | only in telecom

Lines Matching full:disconnected

28  * Describes the cause of a disconnected call. This always includes a code describing the generic
37 /** Disconnected because of an unknown or unspecified reason. */
39 /** Disconnected because there was an error, such as a problem with the network. */
41 /** Disconnected because of a local user-initiated action, such as hanging up. */
44 * Disconnected because of a remote user-initiated action, such as the other party hanging up
48 /** Disconnected because it has been canceled. */
50 /** Disconnected because there was no response to an incoming call. */
52 /** Disconnected because the user rejected an incoming call. */
54 /** Disconnected because the other party was busy. */
57 * Disconnected because of a restriction on placing the call, such as dialing in airplane
61 /** Disconnected for reason not described by other disconnect codes. */
160 * Returns the tone to play when disconnected.
162 * @return the tone as defined in {@link ToneGenerator} to play when disconnected.