Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java101 private final ExpandableNotificationRow.CoordinateOnClickListener mOnFeedbackClickListener; field in ExpandableNotificationRowController
252 mOnFeedbackClickListener = mNotificationGutsManager::openGuts; in ExpandableNotificationRowController()
286 mOnFeedbackClickListener, in init()
H A DExpandableNotificationRow.java277 private View.OnClickListener mOnFeedbackClickListener; field in ExpandableNotificationRow
1859 return mOnFeedbackClickListener;
1863 mOnFeedbackClickListener = v -> {