Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java247 private TelephonyConnection mNormalCallConnection; field in TelephonyConnectionService
689 mNormalCallConnection = null;
818 if (mNormalCallConnection != null) {
834 mNormalCallConnection.setTelephonyConnectionDisconnected(
842 mNormalCallConnection.close();
843 mNormalCallConnection = null;
2475 Bundle extras = mNormalCallConnection.getExtras(); in handleOutgoingCallConnectionByCallDomainSelection()
2487 .setRttTextStream(mNormalCallConnection.getRttTextStream()) in handleOutgoingCallConnectionByCallDomainSelection()
2490 mNormalCallConnection::registerForCallEvents); in handleOutgoingCallConnectionByCallDomainSelection()
2498 if (mNormalCallConnection.getState() != Connection.STATE_DISCONNECTED) { in handleOutgoingCallConnectionByCallDomainSelection()
[all …]