Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplyViewHolder.kt24 class InflatedSmartReplyViewHolder( class
DSmartReplyStateInflater.kt96 ): InflatedSmartReplyViewHolder in inflateSmartReplyState()
117 ): InflatedSmartReplyViewHolder { in inflateSmartReplyState()
119 return InflatedSmartReplyViewHolder( in inflateSmartReplyState()
163 return InflatedSmartReplyViewHolder( in inflateSmartReplyState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java62 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
92 @Mock private InflatedSmartReplyViewHolder mInflatedSmartReplies;
97 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(
DNotificationTestHelper.java71 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
514 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder(Context sysuiContext, in inflateSmartReplyViewHolder()
518 return mock(InflatedSmartReplyViewHolder.class); in inflateSmartReplyViewHolder()
DNotificationEntryManagerInflationTest.java86 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
148 @Mock private InflatedSmartReplyViewHolder mInflatedSmartReplies;
222 public InflatedSmartReplyViewHolder inflateSmartReplyViewHolder( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java55 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
105 private InflatedSmartReplyViewHolder mExpandedInflatedSmartReplies;
106 private InflatedSmartReplyViewHolder mHeadsUpInflatedSmartReplies;
1444 NotificationEntry entry, InflatedSmartReplyViewHolder inflatedSmartReplyViewHolder) { in applySmartReplyView()
1499 @Nullable InflatedSmartReplyViewHolder inflatedSmartReplies) { in setExpandedInflatedSmartReplies()
1514 @Nullable InflatedSmartReplyViewHolder inflatedSmartReplies) { in setHeadsUpInflatedSmartReplies()
DNotificationContentInflater.java52 import com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder;
909 private InflatedSmartReplyViewHolder expandedInflatedSmartReplies;
910 private InflatedSmartReplyViewHolder headsUpInflatedSmartReplies;