Home
last modified time | relevance | path

Searched refs:InflatedSmartReplyViewHolder (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplyViewHolder.kt24 class InflatedSmartReplyViewHolder( class
DSmartReplyStateInflater.kt110 ): InflatedSmartReplyViewHolder in inflateSmartReplyState()
131 ): InflatedSmartReplyViewHolder { in inflateSmartReplyState()
133 return InflatedSmartReplyViewHolder( in inflateSmartReplyState()
177 return InflatedSmartReplyViewHolder( in inflateSmartReplyState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java66 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
98 @Mock private InflatedSmartReplyViewHolder mInflatedSmartReplies;
106 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(
DNotificationRowContentBinderImplTest.kt44 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder in <lambda>()
76 private var mInflatedSmartReplies: InflatedSmartReplyViewHolder = mock() in <lambda>()
88 ): InflatedSmartReplyViewHolder { in <lambda>()
DNotificationTestHelper.java92 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
714 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(Context sysuiContext, in inflateSmartReplyViewHolder()
718 return mock(InflatedSmartReplyViewHolder.class); in inflateSmartReplyViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java65 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
121 private InflatedSmartReplyViewHolder mExpandedInflatedSmartReplies;
122 private InflatedSmartReplyViewHolder mHeadsUpInflatedSmartReplies;
1674 NotificationEntry entry, InflatedSmartReplyViewHolder inflatedSmartReplyViewHolder) {
1729 @Nullable InflatedSmartReplyViewHolder inflatedSmartReplies) {
1744 @Nullable InflatedSmartReplyViewHolder inflatedSmartReplies) {
DNotificationContentInflater.java67 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
1345 private InflatedSmartReplyViewHolder expandedInflatedSmartReplies;
1346 private InflatedSmartReplyViewHolder headsUpInflatedSmartReplies;
DNotificationRowContentBinderImpl.kt70 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder in <lambda>()
569 var expandedInflatedSmartReplies: InflatedSmartReplyViewHolder? = null in <lambda>()
570 var headsUpInflatedSmartReplies: InflatedSmartReplyViewHolder? = null in <lambda>()