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

Commit af633a44 authored by joonhunshin's avatar joonhunshin
Browse files

Update java doc to add expression for return value

Bug: 383309057
Test: build pass
Flag: EXEMPT update java doc
Change-Id: I08f63502e37dfcd247ef1fdcdee6db124f2eaace
parent ff841e4c
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