Home | History | Annotate | Download | only in incallui

Lines Matching defs:disconnectCause

27 import android.telecom.DisconnectCause;
1023 * Sets the DisconnectCause for a call that was disconnected because it was missing a
1044 DisconnectCause disconnectCause =
1045 new DisconnectCause(DisconnectCause.ERROR, null, errorMsg, errorMsg);
1046 call.setDisconnectCause(disconnectCause);