Searched refs:fgInteractionTime (Results 1 – 2 of 2) sorted by relevance
136 long fgInteractionTime; // When we became foreground for interaction purposes field in ProcessRecord313 if (reportedInteraction || fgInteractionTime != 0) { in dump()320 if (fgInteractionTime != 0) { in dump()322 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()
22252 app.fgInteractionTime = 0;22254 if (app.fgInteractionTime == 0) {22255 app.fgInteractionTime = nowElapsed;22258 isInteraction = nowElapsed > app.fgInteractionTime22263 app.fgInteractionTime = 0;