Searched refs:timeoutState (Results 1 – 3 of 3) sorted by relevance
109 public void handleTimerEvent(int timeoutState) { in handleTimerEvent() argument110 if (mState != timeoutState || mState == STATE_NONE) { in handleTimerEvent()114 switch (timeoutState) { in handleTimerEvent()121 Slog.e("CEC", "Invalid timeoutState (" + timeoutState + ")."); in handleTimerEvent()
193 public void handleTimerEvent(int timeoutState) { in handleTimerEvent() argument194 if (mState != timeoutState) { in handleTimerEvent()
215 void handleTimerEvent(int timeoutState) { in handleTimerEvent() argument216 if (mState != timeoutState) { in handleTimerEvent()