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.java136 long fgInteractionTime; // When we became foreground for interaction purposes field in ProcessRecord
313 if (reportedInteraction || fgInteractionTime != 0) { in dump()
320 if (fgInteractionTime != 0) { in dump()
322 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()
DActivityManagerService.java22252 app.fgInteractionTime = 0;
22254 if (app.fgInteractionTime == 0) {
22255 app.fgInteractionTime = nowElapsed;
22258 isInteraction = nowElapsed > app.fgInteractionTime
22263 app.fgInteractionTime = 0;