Home | History | Annotate | Download | only in telecom

Lines Matching refs:CANCELED

1094      * Return a {@code Connection} which represents a canceled connection attempt. The returned
1102 * @return A {@code Connection} which indicates that the underlying call should be canceled.
1105 return new FailureSignalingConnection(new DisconnectCause(DisconnectCause.CANCELED));