Searched refs:mLastBackgroundTime (Results 1 – 1 of 1) sorted by relevance
66 private long mLastBackgroundTime; field in UidRecord249 return mLastBackgroundTime; in getLastBackgroundTime()254 mLastBackgroundTime = lastBackgroundTime; in setLastBackgroundTime()419 mLastBackgroundTime, SystemClock.elapsedRealtime()); in dumpDebug()453 if (mLastBackgroundTime > 0) { in toString()455 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - mLastBackgroundTime, sb); in toString()