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

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

Merge "Update sendSatelliteDatagram API." into udc-dev

parents 5b98c9f5 fab2e799
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5491,8 +5491,11 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
     * Send datagram over satellite.
     * @param result The Message to send the result of the operation to.
     * @param datagram Datagram to send over satellite.
     * @param needFullScreenPointingUI this is used to indicate pointingUI app to open in
     *                                 full screen mode.
     */
    public void sendSatelliteDatagram(Message result, SatelliteDatagram datagram) {
    public void sendSatelliteDatagram(Message result, SatelliteDatagram datagram,
            boolean needFullScreenPointingUI) {
        //mCi.sendSatelliteDatagram(result, datagram);
    }

+3 −1
Original line number Diff line number Diff line
@@ -883,10 +883,12 @@ public class SatelliteServiceController {
     *
     * @param datagram Datagram to send in byte format.
     * @param isEmergency Whether this is an emergency datagram.
     * @param needFullScreenPointingUI this is used to indicate pointingUI app to open in
     *                                 full screen mode.
     * @param message The Message to send to result of the operation to.
     */
    public void sendSatelliteDatagram(@NonNull SatelliteDatagram datagram, boolean isEmergency,
            @NonNull Message message) {
            boolean needFullScreenPointingUI, @NonNull Message message) {
        if (mSatelliteService != null) {
            try {
                mSatelliteService.sendSatelliteDatagram(