Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java235 private boolean mReportedInteraction; field in ProcessStateRecord
785 mReportedInteraction = reportedInteraction; in setReportedInteraction()
790 return mReportedInteraction; in hasReportedInteraction()
1285 if (mReportedInteraction || mFgInteractionTime != 0) { in dump()
1287 pw.print(mReportedInteraction); in dump()