Searched refs:mCommunicator (Results 1 – 1 of 1) sorted by relevance
546 private Communicator mCommunicator; field in TelephonyConnection.D2DCallStateAdapter549 mCommunicator = communicator; in D2DCallStateAdapter()554 mCommunicator.onStateChanged(c.getTelecomCallId(), state); in onStateChanged()919 private Communicator mCommunicator; field in TelephonyConnection2474 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 …]