Home | History | Annotate | Download | only in fuelgauge

Lines Matching refs:lastWalltime

528             long lastWallTime = 0;
551 if (rec.currentTime > (lastWallTime+(180*24*60*60*1000L))
555 lastWallTime = rec.currentTime;
558 mStartWallTime = lastWallTime - (lastRealtime-mHistStart);
573 mEndDataWallTime = lastWallTime + mHistDataEnd - lastRealtime;
955 long lastWalltime = curWalltime;
968 || Math.abs(lastWalltime-curWalltime) > (60*60*1000))) {