Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DDemoSimulator.java44 protected static final int EVENT_DEVICE_NOT_ALIGNED = 5; field in DemoSimulator
222 case EVENT_DEVICE_NOT_ALIGNED: in processMessage()
231 if (!isAligned && !hasMessages(EVENT_DEVICE_NOT_ALIGNED)) { in handleEventDeviceAlignedWithSatellite()
237 sendMessageDelayed(EVENT_DEVICE_NOT_ALIGNED, durationMillis); in handleEventDeviceAlignedWithSatellite()
238 } else if (isAligned && hasMessages(EVENT_DEVICE_NOT_ALIGNED)) { in handleEventDeviceAlignedWithSatellite()
241 removeMessages(EVENT_DEVICE_NOT_ALIGNED); in handleEventDeviceAlignedWithSatellite()
265 case EVENT_DEVICE_NOT_ALIGNED: in getWhatToString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DDemoSimulatorTest.java243 return hasMessages(EVENT_DEVICE_NOT_ALIGNED); in isDeviceNotAlignedTimerStarted()