OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastStartTime
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchDAO.java
61
final long
lastStartTime
= prefs.getLong(LAST_START_TIME, Stopwatch.UNUSED);
64
Stopwatch s = new Stopwatch(state,
lastStartTime
, lastWallClockTime, accumulatedTime);
TimerDAO.java
88
final long
lastStartTime
= prefs.getLong(LAST_START_TIME + id, Timer.UNUSED);
94
timers.add(new Timer(id, state, length, totalLength,
lastStartTime
,
Timer.java
108
Timer(int id, State state, long length, long totalLength, long
lastStartTime
,
114
mLastStartTime =
lastStartTime
;
343
final long
lastStartTime
;
348
lastStartTime
= now();
352
lastStartTime
= mLastStartTime;
356
return new Timer(mId, state, mLength, totalLength,
lastStartTime
,
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/
aws-java-sdk-config-1.11.18.jar
Completed in 1200 milliseconds