Searched defs:fgInteractionTime (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 50 milliseconds