Home
last modified time | relevance | path

Searched refs:inflateSmartReplyViewHolder (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt90 fun inflateSmartReplyViewHolder( regex
111 override fun inflateSmartReplyViewHolder(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java283 result.expandedInflatedSmartReplies = inflater.inflateSmartReplyViewHolder( in inflateSmartReplyViews()
288 result.headsUpInflatedSmartReplies = inflater.inflateSmartReplyViewHolder( in inflateSmartReplyViews()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java97 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(
H A DNotificationEntryManagerInflationTest.java227 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder( in setUp()
H A DNotificationTestHelper.java538 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(Context sysuiContext, in inflateSmartReplyViewHolder() method in NotificationTestHelper.MockSmartReplyInflater