Home | History | Annotate | Download | only in server

Lines Matching refs:lastTime

856             fs.lastTime = nowELAPSED;
866 long lastTime;
1592 TimeUtils.formatDuration(fs.lastTime, nowELAPSED, pw);
1667 long lastTime = Long.MIN_VALUE;
1671 if (b.start >= lastTime) {
1673 lastTime = b.start;
2119 long lastTime = mLastAllowWhileIdleDispatch.get(alarm.uid, 0);
2120 long minTime = lastTime + mAllowWhileIdleMinTime;
2136 ent.argRealtime = lastTime;