Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DOomAdjusterTests.java293 private void assertProcessRecordState(long fgInteractionTime, boolean reportedInteraction, in assertProcessRecordState() argument
298 reportedInteraction, mProcessRecord.mState.hasReportedInteraction()); in assertProcessRecordState()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java810 void setReportedInteraction(boolean reportedInteraction) { in setReportedInteraction() argument
811 mReportedInteraction = reportedInteraction; in setReportedInteraction()