Searched refs:mFgInteractionTime (Results 1 – 1 of 1) 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()