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.java121 private CreateConnectionResponse mCallResponse; field in CreateConnectionProcessor
136 mCallResponse = response; in CreateConnectionProcessor()
143 return mCallResponse == null; in isProcessingComplete()
183 mCallResponse = response; in continueProcessingIfPossible()
193 CreateConnectionResponse response = mCallResponse; in abort()
194 mCallResponse = null; in abort()
235 if (mCallResponse != null && attempt != null) { in attemptNextPhoneAccount()
473 if (mCallResponse != null) { in notifyCallConnectionFailure()
475 mCallResponse.handleCreateConnectionFailure(errorDisconnectCause); in notifyCallConnectionFailure()
476 mCallResponse = null; in notifyCallConnectionFailure()
[all …]