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.java231 private TelephonyConnection mNormalCallConnection; field in TelephonyConnectionService
638 mNormalCallConnection = null;
735 if (mNormalCallConnection != null) {
742 mNormalCallConnection.getOriginalConnection();
749 int phoneId = mNormalCallConnection.getPhone().getPhoneId();
750 mNormalCallConnection.setTelephonyConnectionDisconnected(
756 mNormalCallConnection.close();
757 mNormalCallConnection = null;
2233 Bundle extras = mNormalCallConnection.getExtras(); in handleOutgoingCallConnectionByCallDomainSelection()
2253 .setRttTextStream(mNormalCallConnection.getRttTextStream()) in handleOutgoingCallConnectionByCallDomainSelection()
[all …]