Home
last modified time | relevance | path

Searched defs:statesToInclude (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleDeskClockApiCalls.java283 final Set<Integer> statesToInclude = new HashSet<>(); in doInBackground() local
300 final Set<Integer> statesToInclude = new HashSet<>(); in doInBackground() local
370 List<TimerObj> timers, Set<Integer> statesToInclude, String action) { in getTimerWithStatesToInclude()