Searched refs:IRT_MS (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.server.hdmi.HdmiConfig.IRT_MS;105 addTimer(STATE_WAIT_FOR_NEXT_VOLUME_PRESS, IRT_MS); in resetTimer()202 if (System.currentTimeMillis() - mLastKeyUpdateTime >= IRT_MS) { in handleTimerEvent()
18 import static com.android.server.hdmi.HdmiConfig.IRT_MS;129 if (getCurrentTime() - mLastSendKeyTime >= IRT_MS) { in processKeyEvent()
30 static final int IRT_MS = 300; field in HdmiConfig
63 addTimer(mState, HdmiConfig.IRT_MS); in processCommand()