Lines Matching full:disconnectcause
32 import android.telecom.DisconnectCause;
1399 * Sets the DisconnectCause for a call that was disconnected because it was missing a PhoneAccount
1419 DisconnectCause disconnectCause =
1420 new DisconnectCause(DisconnectCause.ERROR, null, errorMsg, errorMsg);
1421 call.setDisconnectCause(disconnectCause);