Lines Matching full:disconnectcause
37 import android.telecom.DisconnectCause;
815 public void maybeShowErrorDialogOnDisconnect(DisconnectCause disconnectCause) {
818 if (!isFinishing() && !TextUtils.isEmpty(disconnectCause.getDescription())
819 && (disconnectCause.getCode() == DisconnectCause.ERROR ||
820 disconnectCause.getCode() == DisconnectCause.RESTRICTED)) {
821 showErrorDialog(disconnectCause.getDescription());