Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java47 private boolean mShowHistory; field in FooterView
77 pw.println("manageButton showHistory: " + mShowHistory); in dump()
124 if (mShowHistory == showHistory) { in showHistory()
127 mShowHistory = showHistory; in showHistory()
132 if (mShowHistory) { in updateContent()
145 return mShowHistory; in isHistoryShown()