Lines Matching full:disconnect
28 * cause of the disconnect. Optionally, it may include a label and/or description to display to the
30 * the label and description. It also may contain a reason for the disconnect, which is intended for
59 /** Disconnected for reason not described by other disconnect codes. */
89 * @param code The code for the disconnect cause.
98 * @param code The code for the disconnect cause.
99 * @param reason The reason for the disconnect.
108 * @param code The code for the disconnect cause.
109 * @param label The localized label to show to the user to explain the disconnect.
110 * @param description The localized description to show to the user to explain the disconnect.
111 * @param reason The reason for the disconnect.
120 * @param code The code for the disconnect cause.
121 * @param label The localized label to show to the user to explain the disconnect.
122 * @param description The localized description to show to the user to explain the disconnect.
123 * @param reason The reason for the disconnect.
124 * @param toneToPlay The tone to play on disconnect, as defined in {@link ToneGenerator}.
136 * Returns the code for the reason for this disconnect.
138 * @return The disconnect code.
145 * Returns a short label which explains the reason for the disconnect cause and is for display
151 * @return The disconnect label.
158 * Returns a description which explains the reason for the disconnect cause and is for display
165 * @return The disconnect description.
172 * Returns an explanation of the reason for the disconnect. This is not intended for display to
175 * @return The disconnect reason.