Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt102 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState regex
122 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java108 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
H A DNotificationTestHelper.java653 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() method in NotificationTestHelper.MockSmartReplyInflater
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java304 result.inflatedSmartReplyState = inflater.inflateSmartReplyState(entry); in inflateSmartReplyViews()