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