Searched refs:mCommunicator (Results 1 – 1 of 1) sorted by relevance
571 private Communicator mCommunicator; field in TelephonyConnection.D2DCallStateAdapter574 mCommunicator = communicator; in D2DCallStateAdapter()579 mCommunicator.onStateChanged(c.getTelecomCallId(), state); in onStateChanged()956 private Communicator mCommunicator; field in TelephonyConnection2580 if (mCommunicator != null) { in updateStateInternal()2581 mCommunicator.onStateChanged(getTelecomCallId(), getState()); in updateStateInternal()3519 if (mCommunicator != null) { in maybeConfigureDeviceToDeviceCommunication()3520 mCommunicator = null; in maybeConfigureDeviceToDeviceCommunication()3576 mCommunicator = new Communicator(supportedTransports, this); in maybeConfigureDeviceToDeviceCommunication()3577 mD2DCallStateAdapter = new D2DCallStateAdapter(mCommunicator); in maybeConfigureDeviceToDeviceCommunication()[all …]