Loading src/java/com/android/internal/telephony/satellite/SatelliteSessionController.java +2 −2 Original line number Diff line number Diff line Loading @@ -710,7 +710,7 @@ public class SatelliteSessionController extends StateMachine { unbindService(); stopNbIotInactivityTimer(); stopEsosInactivityTimer(); stopNbIotInactivityTimer(); stopP2pSmsInactivityTimer(); endUserInactivity(); DemoSimulator.getInstance().onSatelliteModeOff(); notifyStateChangedEvent(SatelliteManager.SATELLITE_MODEM_STATE_OFF); Loading Loading @@ -1067,7 +1067,7 @@ public class SatelliteSessionController extends StateMachine { if (DBG) plogd("Entering TransferringState"); stopNbIotInactivityTimer(); stopEsosInactivityTimer(); stopNbIotInactivityTimer(); stopP2pSmsInactivityTimer(); mPreviousState = mCurrentState; mCurrentState = SATELLITE_MODEM_STATE_DATAGRAM_TRANSFERRING; Loading Loading
src/java/com/android/internal/telephony/satellite/SatelliteSessionController.java +2 −2 Original line number Diff line number Diff line Loading @@ -710,7 +710,7 @@ public class SatelliteSessionController extends StateMachine { unbindService(); stopNbIotInactivityTimer(); stopEsosInactivityTimer(); stopNbIotInactivityTimer(); stopP2pSmsInactivityTimer(); endUserInactivity(); DemoSimulator.getInstance().onSatelliteModeOff(); notifyStateChangedEvent(SatelliteManager.SATELLITE_MODEM_STATE_OFF); Loading Loading @@ -1067,7 +1067,7 @@ public class SatelliteSessionController extends StateMachine { if (DBG) plogd("Entering TransferringState"); stopNbIotInactivityTimer(); stopEsosInactivityTimer(); stopNbIotInactivityTimer(); stopP2pSmsInactivityTimer(); mPreviousState = mCurrentState; mCurrentState = SATELLITE_MODEM_STATE_DATAGRAM_TRANSFERRING; Loading