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.java262 private TelephonyConnection mNormalCallConnection; field in TelephonyConnectionService
704 mNormalCallConnection = null;
868 if (mNormalCallConnection != null) {
884 mNormalCallConnection.setTelephonyConnectionDisconnected(
892 mNormalCallConnection.close();
893 mNormalCallConnection = null;
2577 Bundle extras = mNormalCallConnection.getExtras(); in handleOutgoingCallConnectionByCallDomainSelection()
2589 .setRttTextStream(mNormalCallConnection.getRttTextStream()) in handleOutgoingCallConnectionByCallDomainSelection()
2592 mNormalCallConnection::registerForCallEvents); in handleOutgoingCallConnectionByCallDomainSelection()
2600 if (mNormalCallConnection.getState() != Connection.STATE_DISCONNECTED) { in handleOutgoingCallConnectionByCallDomainSelection()
[all …]