Searched refs:stateToIgnore (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DHandleDeskClockApiCalls.java339 * @param stateToIgnore the opposite of the state that the timer should be in
344 private TimerObj getTimerWithStateToIgnore(List<TimerObj> timers, int stateToIgnore) { argument
347 if (timer.mState != stateToIgnore) {

Completed in 1182 milliseconds