Home | History | Annotate | Download | only in am

Lines Matching refs:mLastWriteTime

852     long mLastWriteTime = 0;
1685 long nextWriteDelay = (mLastWriteTime+BATTERY_STATS_TIME)-now;
1839 if (mLastWriteTime < (now-BATTERY_STATS_TIME)) {
1840 mLastWriteTime = now;