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

Commit edbf82ec authored by joonhunshin's avatar joonhunshin Committed by Aishwarya Mallampati
Browse files

Update java doc to set deprecated

Bug: 382607109
Test: build pass
Flag: EXEMPT update java doc
Change-Id: Ibc80f09d54bec2c83814874d94a8f8eb22b5075f
parent 83a945d4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package android.telephony.satellite.stub;

import android.annotation.NonNull;
import android.hardware.radio.network.IRadioNetwork;
import android.os.IBinder;
import android.os.RemoteException;
import android.telephony.IBooleanConsumer;
@@ -586,7 +587,11 @@ public class SatelliteImplBase extends SatelliteService {
     *   SatelliteResult:SATELLITE_RESULT_NO_RESOURCES
     *   SatelliteResult:SATELLITE_RESULT_RADIO_NOT_AVAILABLE
     *   SatelliteResult:SATELLITE_RESULT_REQUEST_NOT_SUPPORTED
     *
     * @deprecated Use
     * {@link IRadioNetwork#setSatellitePlmn(int, int, String[], String[])}.
     */
    @Deprecated
    public void setSatellitePlmn(@NonNull int simLogicalSlotIndex,
            @NonNull List<String> carrierPlmnList, @NonNull List<String> allSatellitePlmnList,
            @NonNull IIntegerConsumer resultCallback) {
@@ -608,7 +613,11 @@ public class SatelliteImplBase extends SatelliteService {
     *   SatelliteResult:SATELLITE_RESULT_MODEM_ERROR
     *   SatelliteResult:SATELLITE_RESULT_RADIO_NOT_AVAILABLE
     *   SatelliteResult:SATELLITE_RESULT_REQUEST_NOT_SUPPORTED
     *
     * @deprecated Use
     * {@link IRadioNetwork#setSatelliteEnabledForCarrier(int, int, boolean)}.
     */
    @Deprecated
    public void setSatelliteEnabledForCarrier(@NonNull int simLogicalSlotIndex,
            @NonNull boolean satelliteEnabled, @NonNull IIntegerConsumer callback) {
        // stub implementation
@@ -629,7 +638,11 @@ public class SatelliteImplBase extends SatelliteService {
     *   SatelliteResult:SATELLITE_RESULT_MODEM_ERROR
     *   SatelliteResult:SATELLITE_RESULT_RADIO_NOT_AVAILABLE
     *   SatelliteResult:SATELLITE_RESULT_REQUEST_NOT_SUPPORTED
     *
     * @deprecated Use
     * {@link IRadioNetwork#isSatelliteEnabledForCarrier(int, int)}.
     */
    @Deprecated
    public void requestIsSatelliteEnabledForCarrier(@NonNull int simLogicalSlotIndex,
            @NonNull IIntegerConsumer resultCallback, @NonNull IBooleanConsumer callback) {
        // stub implementation