Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationActivityStarter.java41 void startHistoryIntent(View view, boolean showHistory); in startHistoryIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt186 .startHistoryIntent(view, /* showHistory = */ false) in <lambda>()
191 .startHistoryIntent(view, /* showHistory = */ true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java566 public void startHistoryIntent(View view, boolean showHistory) { in startHistoryIntent() method in StatusBarNotificationActivityStarter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java860 mNotificationActivityStarter.startHistoryIntent(v, mView.isHistoryShown()); in setUpView()