Loading telephony/java/android/telephony/satellite/SatelliteManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -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. * Loading Loading @@ -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. Loading Loading @@ -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 Loading Loading
telephony/java/android/telephony/satellite/SatelliteManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -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. * Loading Loading @@ -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. Loading Loading @@ -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 Loading