Searched refs:mLastBackgroundTime (Results 1 – 1 of 1) sorted by relevance
67 private long mLastBackgroundTime; field in UidRecord264 return mLastBackgroundTime; in getLastBackgroundTime()269 mLastBackgroundTime = lastBackgroundTime; in setLastBackgroundTime()458 mLastBackgroundTime, SystemClock.elapsedRealtime()); in dumpDebug()492 if (mLastBackgroundTime > 0) { in toString()494 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - mLastBackgroundTime, sb); in toString()