Home | History | Annotate | Download | only in stopwatch

Lines Matching refs:putLong

261             editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, clockTime);
262 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, -1);
265 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, clockTime);
266 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, -1);
343 editor.putLong(Stopwatches.PREF_START_TIME, startTime);
352 editor.putLong(Stopwatches.PREF_LAP_TIME + Integer.toString(numLaps), lapTimeElapsed);
354 editor.putLong(Stopwatches.PREF_LAP_TIME + Integer.toString(numLaps), lapTimeElapsed);
358 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime);
385 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START,
404 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime);
406 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime);
408 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_ACCUM_TIME, 0);
410 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, time);
413 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START, -1);
431 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_ACCUM_TIME, accumulatedTime);
433 editor.putLong(