Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java119 private CreateConnectionResponse mCallResponse; field in CreateConnectionProcessor
134 mCallResponse = response; in CreateConnectionProcessor()
141 return mCallResponse == null; in isProcessingComplete()
181 mCallResponse = response; in continueProcessingIfPossible()
191 CreateConnectionResponse response = mCallResponse; in abort()
192 mCallResponse = null; in abort()
233 if (mCallResponse != null && attempt != null) { in attemptNextPhoneAccount()
446 if (mCallResponse != null) { in notifyCallConnectionFailure()
448 mCallResponse.handleCreateConnectionFailure(errorDisconnectCause); in notifyCallConnectionFailure()
449 mCallResponse = null; in notifyCallConnectionFailure()
[all …]