Searched defs:mSetupLength (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java48 public long mSetupLength; // length set at start of timer field in class:TimerObj
96 .putLong(PREF_SETUP_TIME + id, mSetupLength)
112 mSetupLength = prefs.getLong(PREF_SETUP_TIME + id, 0);
155 dest.writeLong(mSetupLength);
166 mSetupLength = p.readLong();
195 mTimeLeft = mOriginalLength = mSetupLength = length;
303 timer.mTimeLeft = timer.mOriginalLength = timer.mSetupLength;

Completed in 63 milliseconds