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 TelephonyConnection2578 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 …]