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

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

Merge "Add additional debug logs for needFullScreenPointingUI." into main

parents 184e24b4 001965c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ public class PointingAppController {
            loge("startPointingUI: launchIntent is null");
            return;
        }
        logd("startPointingUI: needFullScreenPointingUI: " + needFullScreenPointingUI);
        launchIntent.putExtra("needFullScreen", needFullScreenPointingUI);

        try {
+3 −0
Original line number Diff line number Diff line
@@ -1774,6 +1774,9 @@ public class SatelliteController extends Handler {
    public void sendSatelliteDatagram(int subId, @SatelliteManager.DatagramType int datagramType,
            SatelliteDatagram datagram, boolean needFullScreenPointingUI,
            @NonNull IIntegerConsumer callback) {
        logd("sendSatelliteDatagram: subId: " + subId + " datagramType: " + datagramType
                + " needFullScreenPointingUI: " + needFullScreenPointingUI);

        Consumer<Integer> result = FunctionalUtils.ignoreRemoteException(callback::accept);
        int error = evaluateOemSatelliteRequestAllowed(true);
        if (error != SATELLITE_RESULT_SUCCESS) {