Revert "Rename CONNECTED and NOT CONNECTED to IN SERVICE and OUT..."

Revert submission 28767256-349504154

Reason for revert: Droidmonitor created revert due to b/364747476. Will be verifying through ABTD before submission.


Reverted changes: /q/submissionid:28767256-349504154

Change-Id: I78bc76f1aff541df2cd437b5ecde95f86aebbfc8
diff --git a/telephony/java/android/telephony/satellite/stub/SatelliteModemState.aidl b/telephony/java/android/telephony/satellite/stub/SatelliteModemState.aidl
index 24377c7..162fe2b 100644
--- a/telephony/java/android/telephony/satellite/stub/SatelliteModemState.aidl
+++ b/telephony/java/android/telephony/satellite/stub/SatelliteModemState.aidl
@@ -22,7 +22,7 @@
 @Backing(type="int")
 enum SatelliteModemState {
     /**
-     * Satellite Idle state during which modem will scan for TN networks.
+     * Satellite modem is in idle state.
      */
     SATELLITE_MODEM_STATE_IDLE = 0,
     /**
@@ -46,13 +46,13 @@
      */
     SATELLITE_MODEM_STATE_UNAVAILABLE = 5,
     /**
-     * The satellite modem is powered on but the device is out of service.
+     * The satellite modem is powered on but the device is not registered to a satellite cell.
      */
-    SATELLITE_MODEM_STATE_OUT_OF_SERVICE = 6,
+    SATELLITE_MODEM_STATE_NOT_CONNECTED = 6,
     /**
-     * The satellite modem is powered on and the device is registered and in service.
+     * The satellite modem is powered on and the device is registered to a satellite cell.
      */
-    SATELLITE_MODEM_STATE_IN_SERVICE = 7,
+    SATELLITE_MODEM_STATE_CONNECTED = 7,
     /**
      * Satellite modem state is unknown. This generic modem state should be used only when the
      * modem state cannot be mapped to other specific modem states.