Home
last modified time | relevance | path

Searched defs:showHistory (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java123 public void showHistory(boolean showHistory) { in showHistory() method in FooterView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationActivityStarter.java38 void startHistoryIntent(View view, boolean showHistory); in startHistoryIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java514 public void startHistoryIntent(View view, boolean showHistory) { in startHistoryIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java748 showHistory/* showHistory */); in updateFooter() local
4590 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView()