Searched refs:mLastBackgroundTime (Results 1 – 1 of 1) sorted by relevance
56 private long mLastBackgroundTime; field in UidRecord205 return mLastBackgroundTime; in getLastBackgroundTime()210 mLastBackgroundTime = lastBackgroundTime; in setLastBackgroundTime()332 mLastBackgroundTime, SystemClock.elapsedRealtime()); in dumpDebug()367 if (mLastBackgroundTime > 0) { in toString()369 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - mLastBackgroundTime, sb); in toString()