Searched refs:MSG_DISABLE_DEVICE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
64 private static final int MSG_DISABLE_DEVICE_TIMEOUT = 1; field in HdmiCecLocalDevice166 case MSG_DISABLE_DEVICE_TIMEOUT:216 if (mHandler.hasMessages(MSG_DISABLE_DEVICE_TIMEOUT)) { in init()219 mHandler.removeMessages(MSG_DISABLE_DEVICE_TIMEOUT); in init()1325 mHandler.removeMessages(MSG_DISABLE_DEVICE_TIMEOUT); in disableDevice()1330 Message.obtain(mHandler, MSG_DISABLE_DEVICE_TIMEOUT), DEVICE_CLEANUP_TIMEOUT); in disableDevice()