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

Commit b8196321 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Android (Google) Code Review
Browse files

Merge "Update AntennaDirection java docs." into main

parents b4a22fd1 9570bb8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ oneway interface ISatelliteTransmissionUpdateCallback {
     * Called when the satellite position changed.
     *
     * @param pointingInfo The pointing info containing the satellite location.
     *                     Satellite location is based on magnetic north direction.
     */
    void onSatellitePositionChanged(in PointingInfo pointingInfo);
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ import java.util.Objects;
/**
 * PointingInfo is used to store the position of satellite received from satellite modem.
 * The position of satellite is represented by azimuth and elevation angles
 * with degrees as unit of measurement.
 * with degrees as unit of measurement. Satellite position is based on magnetic north direction.
 * @hide
 */
@SystemApi