Searched refs:MSG_USER_CONTROL_RELEASE_TIMEOUT (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java47 private static final int MSG_USER_CONTROL_RELEASE_TIMEOUT = 2; field in class:HdmiCecLocalDevice
139 case MSG_USER_CONTROL_RELEASE_TIMEOUT:
451 mHandler.removeMessages(MSG_USER_CONTROL_RELEASE_TIMEOUT);
476 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_USER_CONTROL_RELEASE_TIMEOUT),
486 mHandler.removeMessages(MSG_USER_CONTROL_RELEASE_TIMEOUT);

Completed in 112 milliseconds