Home
last modified time | relevance | path

Searched refs:setFgInteractionTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DOomAdjusterTests.java151 mProcessRecord.setFgInteractionTime(fgInteractionTime); in testMaybeUpdateUsageStats_ProcStateFGS_ShortInteraction()
162 mProcessRecord.setFgInteractionTime(fgInteractionTime); in testMaybeUpdateUsageStats_ProcStateFGS_LongInteraction()
173 mProcessRecord.setFgInteractionTime(fgInteractionTime); in testMaybeUpdateUsageStats_ProcStateFGS_PreviousLongInteraction()
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java2012 app.setFgInteractionTime(0); in maybeUpdateUsageStatsLocked()
2015 app.setFgInteractionTime(nowElapsed); in maybeUpdateUsageStatsLocked()
2024 app.setFgInteractionTime(0); in maybeUpdateUsageStatsLocked()
DProcessRecord.java1143 void setFgInteractionTime(long fgInteractionTime) { in setFgInteractionTime() method in ProcessRecord
1145 mWindowProcessController.setFgInteractionTime(fgInteractionTime); in setFgInteractionTime()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java341 public void setFgInteractionTime(long fgInteractionTime) { in setFgInteractionTime() method in WindowProcessController
/frameworks/base/services/
Dart-profile3558 HSPLcom/android/server/am/ProcessRecord;->setFgInteractionTime(J)V
17618 HSPLcom/android/server/wm/WindowProcessController;->setFgInteractionTime(J)V