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

Commit 581a0301 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Android Build Coastguard Worker
Browse files

Call stopP2pSmsInactivityTimer in PowerOff and Transferring state

Bug: 392987301
Test: 393138745
Flag: EXEMPT bugfix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5f732156eb3af5b0e6d0809f3b742ee9c835dd91)
Merged-In: Ib50afbc4d4579f75d76d790bb8f7f1b4d96cbb7b
Change-Id: Ib50afbc4d4579f75d76d790bb8f7f1b4d96cbb7b
parent 33e52116
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -710,7 +710,7 @@ public class SatelliteSessionController extends StateMachine {
            unbindService();
            stopNbIotInactivityTimer();
            stopEsosInactivityTimer();
            stopNbIotInactivityTimer();
            stopP2pSmsInactivityTimer();
            endUserInactivity();
            DemoSimulator.getInstance().onSatelliteModeOff();
            notifyStateChangedEvent(SatelliteManager.SATELLITE_MODEM_STATE_OFF);
@@ -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;