Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DOomAdjusterTests.java299 private void assertProcessRecordState(long fgInteractionTime, boolean reportedInteraction, in assertProcessRecordState() argument
304 reportedInteraction, mProcessRecord.mState.hasReportedInteraction()); in assertProcessRecordState()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java784 void setReportedInteraction(boolean reportedInteraction) { in setReportedInteraction() argument
785 mReportedInteraction = reportedInteraction; in setReportedInteraction()