Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleDeskClockApiCalls.java344 private TimerObj getTimerWithStateToIgnore(List<TimerObj> timers, int stateToIgnore) { in getTimerWithStateToIgnore() argument
347 if (timer.mState != stateToIgnore) { in getTimerWithStateToIgnore()