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.java136 private CreateConnectionResponse mCallResponse; field in CreateConnectionProcessor
157 mCallResponse = response; in CreateConnectionProcessor()
166 return mCallResponse == null; in isProcessingComplete()
206 mCallResponse = response; in continueProcessingIfPossible()
216 CreateConnectionResponse response = mCallResponse; in abort()
217 mCallResponse = null; in abort()
258 if (mCallResponse != null && attempt != null) { in attemptNextPhoneAccount()
539 if (mCallResponse != null) { in notifyCallConnectionFailure()
541 mCallResponse.handleCreateConnectionFailure(errorDisconnectCause); in notifyCallConnectionFailure()
542 mCallResponse = null; in notifyCallConnectionFailure()
[all …]