Loading telephony/java/android/telephony/satellite/ISatelliteTransmissionUpdateCallback.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -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); } telephony/java/android/telephony/satellite/PointingInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
telephony/java/android/telephony/satellite/ISatelliteTransmissionUpdateCallback.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -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); }
telephony/java/android/telephony/satellite/PointingInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading