Searched refs:mFgInteractionTime (Results 1 – 2 of 2) sorted by relevance
211 private long mFgInteractionTime; // When we became foreground for interaction purposes field in ProcessRecord437 if (reportedInteraction || mFgInteractionTime != 0) { in dump()444 if (mFgInteractionTime != 0) { in dump()446 TimeUtils.formatDuration(mFgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()1144 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()1149 return mFgInteractionTime; in getFgInteractionTime()
140 private volatile long mFgInteractionTime; field in WindowProcessController342 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()346 return mFgInteractionTime; in getFgInteractionTime()