Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java247 private long mFgInteractionTime; field in ProcessStateRecord
806 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()
812 return mFgInteractionTime; in getFgInteractionTime()
1285 if (mReportedInteraction || mFgInteractionTime != 0) { in dump()
1292 if (mFgInteractionTime != 0) { in dump()
1294 TimeUtils.formatDuration(mFgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java174 private volatile long mFgInteractionTime; field in WindowProcessController
515 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()
519 return mFgInteractionTime; in getFgInteractionTime()