Searched refs:isNbIotInactivityTimerStarted (Results 1 – 2 of 2) sorted by relevance
426 assertFalse(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()457 assertTrue(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()480 assertTrue(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()494 assertFalse(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()509 assertTrue(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()524 assertFalse(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()539 assertTrue(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()554 assertFalse(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()568 assertTrue(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()583 assertFalse(mTestSatelliteSessionController.isNbIotInactivityTimerStarted()); in testStateTransitionForNbIot()[all …]
1155 if (isNbIotInactivityTimerStarted()) { in startNbIotInactivityTimer()1173 private boolean isNbIotInactivityTimerStarted() { in isNbIotInactivityTimerStarted() method in SatelliteSessionController