Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java80 private final ExpandableNotificationRow.CoordinateOnClickListener mOnFeedbackClickListener; field in ExpandableNotificationRowController
136 mOnFeedbackClickListener = mNotificationGutsManager::openGuts; in ExpandableNotificationRowController()
161 mOnFeedbackClickListener, in init()
H A DExpandableNotificationRow.java261 private View.OnClickListener mOnFeedbackClickListener; field in ExpandableNotificationRow
1691 return mOnFeedbackClickListener;
1695 mOnFeedbackClickListener = v -> {