Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java122 private DisconnectCause mLastErrorDisconnectCause; field in CreateConnectionProcessor
184 mLastErrorDisconnectCause = disconnectCause; in continueProcessingIfPossible()
280 DisconnectCause disconnectCause = mLastErrorDisconnectCause != null ? in attemptNextPhoneAccount()
281 mLastErrorDisconnectCause : new DisconnectCause(DisconnectCause.ERROR); in attemptNextPhoneAccount()
567 mLastErrorDisconnectCause = errorDisconnectCause; in handleCreateConnectionFailure()
579 mLastErrorDisconnectCause = errorDisconnectCause; in handleCreateConferenceFailure()