HomeSort by relevance Sort by last modified time
    Searched refs:fgInteractionTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 148 long fgInteractionTime; // When we became foreground for interaction purposes
356 if (reportedInteraction || fgInteractionTime != 0) {
363 if (fgInteractionTime != 0) {
364 pw.print(" fgInteractionTime=");
365 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw);
    [all...]
ActivityManagerService.java     [all...]

Completed in 85 milliseconds