Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java52 public class FeedbackInfo extends LinearLayout implements NotificationGuts.GutsContent { class
70 public FeedbackInfo(Context context, AttributeSet attrs) { in FeedbackInfo() method in FeedbackInfo
H A DNotificationGutsManager.java286 } else if (gutsView instanceof FeedbackInfo) { in bindGuts()
287 initializeFeedbackInfo(row, (FeedbackInfo) gutsView); in bindGuts()
324 FeedbackInfo feedbackInfo) { in initializeFeedbackInfo()
H A DNotificationMenuRow.java700 FeedbackInfo feedbackContent = (FeedbackInfo) LayoutInflater.from(context).inflate( in createFeedbackItem()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java76 private FeedbackInfo mFeedbackInfo;
99 mFeedbackInfo = (FeedbackInfo) layoutInflater.inflate(R.layout.feedback_info, null); in setUp()