Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java230 private boolean mReportedInteraction; field in ProcessStateRecord
748 mReportedInteraction = reportedInteraction; in setReportedInteraction()
753 return mReportedInteraction; in hasReportedInteraction()
1184 if (mReportedInteraction || mFgInteractionTime != 0) { in dump()
1186 pw.print(mReportedInteraction); in dump()