Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevice.java64 private static final int MSG_DISABLE_DEVICE_TIMEOUT = 1; field in HdmiCecLocalDevice
166 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()