Home
last modified time | relevance | path

Searched refs:fgInteractionTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java117 long fgInteractionTime; // When we became foreground for interaction purposes field in ProcessRecord
297 if (reportedInteraction || fgInteractionTime != 0) { in dump()
300 if (fgInteractionTime != 0) { in dump()
302 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()
DActivityManagerService.java18829 app.fgInteractionTime = 0; in maybeUpdateUsageStatsLocked()
18832 if (app.fgInteractionTime == 0) { in maybeUpdateUsageStatsLocked()
18833 app.fgInteractionTime = now; in maybeUpdateUsageStatsLocked()
18836 isInteraction = now > app.fgInteractionTime + SERVICE_USAGE_INTERACTION_TIME; in maybeUpdateUsageStatsLocked()
18841 app.fgInteractionTime = 0; in maybeUpdateUsageStatsLocked()