Home
last modified time | relevance | path

Searched refs:EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSessionController.java106 protected static final int EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT = 6; field in SatelliteSessionController
832 case EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT: in processMessage()
897 case EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT: in processMessage()
949 case EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT: in getWhatToString()
1164 EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT, in startNbIotInactivityTimer()
1170 removeMessages(EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT); in stopNbIotInactivityTimer()
1174 return hasMessages(EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT); in isNbIotInactivityTimerStarted()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSessionControllerTest.java1182 return hasMessages(EVENT_NB_IOT_INACTIVITY_TIMER_TIMED_OUT); in isNbIotInactivityTimerStarted()