Home
last modified time | relevance | path

Searched refs:mFgInteractionTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java249 private long mFgInteractionTime; field in ProcessStateRecord
832 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()
838 return mFgInteractionTime; in getFgInteractionTime()
1328 if (mReportedInteraction || mFgInteractionTime != 0) { in dump()
1335 if (mFgInteractionTime != 0) { in dump()
1337 TimeUtils.formatDuration(mFgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java180 private volatile long mFgInteractionTime; field in WindowProcessController
558 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()
562 return mFgInteractionTime; in getFgInteractionTime()