Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad030deb authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Add hidden extra for communicating whether D2D is available" into sc-dev am: 177d3788

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14469833

Change-Id: I3ee51eae1694836e8d8bffea2c7da06ab6408a9f
parents a273d02d 177d3788
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -806,6 +806,15 @@ public abstract class Connection extends Conferenceable {
     */
     */
    public static final String EXTRA_AUDIO_CODEC_BANDWIDTH_KHZ =
    public static final String EXTRA_AUDIO_CODEC_BANDWIDTH_KHZ =
            "android.telecom.extra.AUDIO_CODEC_BANDWIDTH_KHZ";
            "android.telecom.extra.AUDIO_CODEC_BANDWIDTH_KHZ";

    /**
     * Boolean connection extra key used to indicate whether device to device communication is
     * available for the current call.
     * @hide
     */
    public static final String EXTRA_IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE =
            "android.telecom.extra.IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE";

    /**
    /**
     * Connection event used to inform Telecom that it should play the on hold tone.  This is used
     * Connection event used to inform Telecom that it should play the on hold tone.  This is used
     * to play a tone when the peer puts the current call on hold.  Sent to Telecom via
     * to play a tone when the peer puts the current call on hold.  Sent to Telecom via