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

Commit 727ee7f9 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/28578523'] into 24Q3-release.

Change-Id: Ib9d3799f97c8c845f79bbd72186263f1414102ea
parents 7b3ce880 385088d4
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -2933,20 +2933,6 @@ public class SatelliteController extends Handler {
        }
    }

    /**
     * Return whether the satellite request is for an emergency or not.
     *
     * @return {@code true} if the satellite request is for an emergency and
     *                      {@code false} otherwise.
     */
    public boolean getRequestIsEmergency() {
        if (mFeatureFlags.carrierRoamingNbIotNtn()) {
            return mIsEmergency;
        }

        return false;
    }

    /**
     * Return capabilities of carrier roaming satellite network.
     *