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

Commit 9570bb8b authored by Aishwarya Mallamapti's avatar Aishwarya Mallamapti Committed by Aishwarya Mallampati
Browse files

Update AntennaDirection java docs.

Bug: 275270632
Test: Updated java doc. No code changes.
Change-Id: I40a59f89a4e3f2c29984079fdce5db58b4475169
parent ee02560f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,7 @@ oneway interface ISatelliteTransmissionUpdateCallback {
     * Called when the satellite position changed.
     * Called when the satellite position changed.
     *
     *
     * @param pointingInfo The pointing info containing the satellite location.
     * @param pointingInfo The pointing info containing the satellite location.
     *                     Satellite location is based on magnetic north direction.
     */
     */
    void onSatellitePositionChanged(in PointingInfo pointingInfo);
    void onSatellitePositionChanged(in PointingInfo pointingInfo);
}
}
+1 −1
Original line number Original line 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.
 * PointingInfo is used to store the position of satellite received from satellite modem.
 * The position of satellite is represented by azimuth and elevation angles
 * 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
 * @hide
 */
 */
@SystemApi
@SystemApi