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.java152 private CreateConnectionResponse mCallResponse; field in CreateConnectionProcessor
175 mCallResponse = response; in CreateConnectionProcessor()
185 return mCallResponse == null; in isProcessingComplete()
225 mCallResponse = response; in continueProcessingIfPossible()
235 CreateConnectionResponse response = mCallResponse; in abort()
236 mCallResponse = null; in abort()
277 if (mCallResponse != null && attempt != null) { in attemptNextPhoneAccount()
558 if (mCallResponse != null) { in notifyCallConnectionFailure()
560 mCallResponse.handleCreateConnectionFailure(errorDisconnectCause); in notifyCallConnectionFailure()
561 mCallResponse = null; in notifyCallConnectionFailure()
[all …]