Home
last modified time | relevance | path

Searched refs:errorDisconnectCause (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java445 private void notifyCallConnectionFailure(DisconnectCause errorDisconnectCause) { in notifyCallConnectionFailure() argument
448 mCallResponse.handleCreateConnectionFailure(errorDisconnectCause); in notifyCallConnectionFailure()
508 public void handleCreateConnectionFailure(DisconnectCause errorDisconnectCause) { in handleCreateConnectionFailure() argument
510 Log.d(CreateConnectionProcessor.this, "Connection failed: (%s)", errorDisconnectCause); in handleCreateConnectionFailure()
511 if (shouldFailCallIfConnectionManagerFails(errorDisconnectCause)) { in handleCreateConnectionFailure()
512 notifyCallConnectionFailure(errorDisconnectCause); in handleCreateConnectionFailure()
515 mLastErrorDisconnectCause = errorDisconnectCause; in handleCreateConnectionFailure()