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

Commit c202a17a authored by Brian Stack's avatar Brian Stack Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in AngleOfArrivalSupportType values" am: f178b46b am: 27ba646b

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

Change-Id: Icf283c05af84b7251285d5034774c74577b76a49
parents 75f5d528 27ba646b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -176,15 +176,14 @@ public final class UwbManager {
     * arrangement, a platform may only support hemi-spherical azimuth angles
     * ranging from -pi/2 to pi/2
     */
    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_HEMISPHERICAL = 2;
    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_HEMISPHERICAL = 3;

    /**
     * Indicate support for three dimensional angle of arrival measurement.
     * Typically requires at least three antennas. This mode supports full
     * azimuth angles ranging from -pi to pi.
     */
    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_SPHERICAL = 3;

    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_SPHERICAL = 4;

    /**
     * Gets the {@link AngleOfArrivalSupportType} supported on this platform