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

Commit 141ba6b1 authored by joonhunshin's avatar joonhunshin
Browse files

Update API description for setDeviceAlignedWithSatellite()

Bug: 365906559
Test: build pass
Flag: EXEMPT update java doc
Change-Id: Ic3050673eade8e521a6e48c4ee1c26e20ae7496f
parent 0d79d91d
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -1958,13 +1958,14 @@ public final class SatelliteManager {
    }

    /**
     * Inform whether the device is aligned with the satellite for demo mode.
     * Inform whether the device is aligned with the satellite in both real and demo mode.
     *
     * Framework can send datagram to modem only when device is aligned with the satellite.
     * This method helps framework to simulate the experience of sending datagram over satellite.
     * In demo mode, framework will send datagram to modem only when device is aligned with
     * the satellite. This method helps framework to simulate the experience of sending datagram
     * over satellite.
     *
     * @param isAligned {@true} Device is aligned with the satellite for demo mode
     *                  {@false} Device is not aligned with the satellite for demo mode
     * @param isAligned {code @true} Device is aligned with the satellite
     *                  {code @false} Device is not aligned with the satellite
     *
     * @throws SecurityException if the caller doesn't have required permission.
     * @throws IllegalStateException if the Telephony process is not currently available.
+3 −3
Original line number Diff line number Diff line
@@ -2977,10 +2977,10 @@ interface ITelephony {
    void requestTimeForNextSatelliteVisibility(in ResultReceiver receiver);

    /**
     * Inform whether the device is aligned with the satellite within in margin for demo mode.
     * Inform whether the device is aligned with the satellite in both real and demo mode.
     *
     * @param isAligned {@true} Device is aligned with the satellite for demo mode
     *                  {@false} Device is not aligned with the satellite for demo mode
     * @param isAligned {@true} Device is aligned with the satellite.
     *                  {@false} Device is not aligned with the satellite.
     */
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission("
            + "android.Manifest.permission.SATELLITE_COMMUNICATION)")