Lines Matching full:disconnectcause
28 import android.telecom.DisconnectCause;1169 * Sets the DisconnectCause for a call that was disconnected because it was missing a1190 DisconnectCause disconnectCause =1191 new DisconnectCause(DisconnectCause.ERROR, null, errorMsg, errorMsg);1192 call.setDisconnectCause(disconnectCause);