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 131 long fgInteractionTime; // When we became foreground for interaction purposes
320 if (reportedInteraction || fgInteractionTime != 0) {
327 if (fgInteractionTime != 0) {
328 pw.print(" fgInteractionTime=");
329 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw);
    [all...]
ActivityManagerService.java     [all...]

Completed in 57 milliseconds