Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DOomAdjusterTests.java203 mProcessRecord.mState.setFgInteractionTime(fgInteractionTime); in testMaybeUpdateUsageStats_ProcStateFGS_ShortInteraction()
214 mProcessRecord.mState.setFgInteractionTime(fgInteractionTime); in testMaybeUpdateUsageStats_ProcStateFGS_LongInteraction()
225 mProcessRecord.mState.setFgInteractionTime(fgInteractionTime); in testMaybeUpdateUsageStats_ProcStateFGS_PreviousLongInteraction()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java805 void setFgInteractionTime(long fgInteractionTime) { in setFgInteractionTime() method in ProcessStateRecord
807 mApp.getWindowProcessController().setFgInteractionTime(fgInteractionTime); in setFgInteractionTime()
H A DOomAdjuster.java3338 state.setFgInteractionTime(0); in maybeUpdateUsageStatsLSP()
3341 state.setFgInteractionTime(nowElapsed); in maybeUpdateUsageStatsLSP()
3352 state.setFgInteractionTime(0); in maybeUpdateUsageStatsLSP()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java514 public void setFgInteractionTime(long fgInteractionTime) { in setFgInteractionTime() method in WindowProcessController
/aosp14/frameworks/base/services/
H A Dart-profile2232 HSPLcom/android/server/am/ProcessStateRecord;->setFgInteractionTime(J)V+]Lcom/android/server/wm/Win…
11959 HSPLcom/android/server/wm/WindowProcessController;->setFgInteractionTime(J)V