Searched defs:fgInteractionTime (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java118 long fgInteractionTime; // When we became foreground for interaction purposes field in class:ProcessRecord
298 if (reportedInteraction || fgInteractionTime != 0) {
305 if (fgInteractionTime != 0) {
306 pw.print(" fgInteractionTime=");
307 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw);

Completed in 42 milliseconds