Searched refs:mFgInteractionTime (Results 1 – 2 of 2) sorted by relevance
210 private long mFgInteractionTime; // When we became foreground for interaction purposes field in ProcessRecord434 if (reportedInteraction || mFgInteractionTime != 0) { in dump()441 if (mFgInteractionTime != 0) { in dump()443 TimeUtils.formatDuration(mFgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()1141 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()1146 return mFgInteractionTime; in getFgInteractionTime()
139 private volatile long mFgInteractionTime; field in WindowProcessController335 mFgInteractionTime = fgInteractionTime; in setFgInteractionTime()339 return mFgInteractionTime; in getFgInteractionTime()