Lines Matching full:disconnectcause
29 import android.telecom.DisconnectCause;
1383 * Sets the DisconnectCause for a call that was disconnected because it was missing a PhoneAccount
1403 DisconnectCause disconnectCause =
1404 new DisconnectCause(DisconnectCause.ERROR, null, errorMsg, errorMsg);
1405 call.setDisconnectCause(disconnectCause);