HomeSort by relevance Sort by last modified time
    Searched refs:STOPWATCH_RUNNING (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 235 case Stopwatches.STOPWATCH_RUNNING:
275 case Stopwatches.STOPWATCH_RUNNING:
349 if (mState == Stopwatches.STOPWATCH_RUNNING) {
375 if (mState == Stopwatches.STOPWATCH_RUNNING) {
396 if (page == DeskClock.STOPWATCH_TAB_INDEX && mState == Stopwatches.STOPWATCH_RUNNING) {
420 setButtons(Stopwatches.STOPWATCH_RUNNING);
421 mState = Stopwatches.STOPWATCH_RUNNING;
426 setButtons(Stopwatches.STOPWATCH_RUNNING);
579 case Stopwatches.STOPWATCH_RUNNING:
706 if (mState == Stopwatches.STOPWATCH_RUNNING) {
    [all...]
Stopwatches.java 48 public static final int STOPWATCH_RUNNING = 1;
StopwatchService.java 351 } else if (state == Stopwatches.STOPWATCH_RUNNING) {
352 editor.putInt(Stopwatches.PREF_STATE, Stopwatches.STOPWATCH_RUNNING);
362 writeToSharedPrefs(startTime, null, null, Stopwatches.STOPWATCH_RUNNING, updateCircle);

Completed in 77 milliseconds