Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java546 private Communicator mCommunicator; field in TelephonyConnection.D2DCallStateAdapter
549 mCommunicator = communicator; in D2DCallStateAdapter()
554 mCommunicator.onStateChanged(c.getTelecomCallId(), state); in onStateChanged()
919 private Communicator mCommunicator; field in TelephonyConnection
2474 if (mCommunicator != null) { in updateStateInternal()
2475 mCommunicator.onStateChanged(getTelecomCallId(), getState()); in updateStateInternal()
3414 if (mCommunicator != null) { in maybeConfigureDeviceToDeviceCommunication()
3415 mCommunicator = null; in maybeConfigureDeviceToDeviceCommunication()
3471 mCommunicator = new Communicator(supportedTransports, this); in maybeConfigureDeviceToDeviceCommunication()
3472 mD2DCallStateAdapter = new D2DCallStateAdapter(mCommunicator); in maybeConfigureDeviceToDeviceCommunication()
[all …]