Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DDemoSimulator.java43 protected static final int EVENT_DEVICE_ALIGNED = 4; field in DemoSimulator
162 case EVENT_DEVICE_ALIGNED: in processMessage()
171 if (isAligned && !hasMessages(EVENT_DEVICE_ALIGNED)) { in handleEventDeviceAlignedWithSatellite()
176 sendMessageDelayed(EVENT_DEVICE_ALIGNED, durationMillis); in handleEventDeviceAlignedWithSatellite()
177 } else if (!isAligned && hasMessages(EVENT_DEVICE_ALIGNED)) { in handleEventDeviceAlignedWithSatellite()
180 removeMessages(EVENT_DEVICE_ALIGNED); in handleEventDeviceAlignedWithSatellite()
262 case EVENT_DEVICE_ALIGNED: in getWhatToString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DDemoSimulatorTest.java239 return hasMessages(EVENT_DEVICE_ALIGNED); in isDeviceAlignedTimerStarted()