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

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

Merge "Update java doc to add expression for return value" into main

parents ab326e19 af633a44
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2574,6 +2574,8 @@ public final class SatelliteManager {
     * @param executor The executor on which the callback will be called.
     * @param callback The callback to handle the selected satellite subscription changed event.
     *
     * @return The {@link SatelliteResult} result of the operation.
     *
     * @throws SecurityException if the caller doesn't have required permission.
     * @throws IllegalStateException if the Telephony process is not currently available.
     *
@@ -3301,7 +3303,7 @@ public final class SatelliteManager {
     * @param executor The executor on which the callback will be called.
     * @param callback The callback to handle the satellite supoprted state changed event.
     *
     * @return The result of the operation.
     * @return The {@link SatelliteResult} result of the operation.
     *
     * @throws SecurityException if the caller doesn't have required permission.
     * @throws IllegalStateException if the Telephony process is not currently available.
@@ -3383,7 +3385,7 @@ public final class SatelliteManager {
     *
     * @param executor The executor on which the callback will be called.
     * @param callback The callback to handle satellite communication allowed state changed event.
     * @return The result of the operation.
     * @return The {@link SatelliteResult} result of the operation.
     * @throws SecurityException     if the caller doesn't have required permission.
     * @throws IllegalStateException if the Telephony process is not currently available.
     * @hide