Searched refs:EVENT_DEVICE_NOT_ALIGNED (Results 1 – 2 of 2) sorted by relevance
44 protected static final int EVENT_DEVICE_NOT_ALIGNED = 5; field in DemoSimulator222 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()
243 return hasMessages(EVENT_DEVICE_NOT_ALIGNED); in isDeviceNotAlignedTimerStarted()