Revert "Add public method to retrun whether the satellite request is for an emergency or not"

This reverts commit 517ad76ed9.

Reason for revert: build break
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:734c1dbda69606d7cfa0225ec5b78ea25f1e529f)
Merged-In: I1dd9e1db80809fb5d83544b4175da42022c621a6
Change-Id: I1dd9e1db80809fb5d83544b4175da42022c621a6
This commit is contained in:
Neha Jain 2024-07-31 16:29:59 +00:00 committed by Android Build Coastguard Worker
parent 7b3ce8801e
commit 385088d479

View file

@ -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.
*