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.java571 private Communicator mCommunicator; field in TelephonyConnection.D2DCallStateAdapter
574 mCommunicator = communicator; in D2DCallStateAdapter()
579 mCommunicator.onStateChanged(c.getTelecomCallId(), state); in onStateChanged()
956 private Communicator mCommunicator; field in TelephonyConnection
2578 if (mCommunicator != null) { in updateStateInternal()
2579 mCommunicator.onStateChanged(getTelecomCallId(), getState()); in updateStateInternal()
3517 if (mCommunicator != null) { in maybeConfigureDeviceToDeviceCommunication()
3518 mCommunicator = null; in maybeConfigureDeviceToDeviceCommunication()
3574 mCommunicator = new Communicator(supportedTransports, this); in maybeConfigureDeviceToDeviceCommunication()
3575 mD2DCallStateAdapter = new D2DCallStateAdapter(mCommunicator); in maybeConfigureDeviceToDeviceCommunication()
[all …]