Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt109 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
130 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
132 if (!shouldShowSmartReplyView(entry, newSmartReplyState)) { in inflateSmartReplyState()
142 !areSuggestionsSimilar(existingSmartReplyState, newSmartReplyState) in inflateSmartReplyState()
146 val smartReplies = newSmartReplyState.smartReplies in inflateSmartReplyState()
160 val smartActionButtons = newSmartReplyState.smartActions?.let { smartActions -> in inflateSmartReplyState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java109 InflatedSmartReplyState newSmartReplyState) {
DNotificationRowContentBinderImplTest.kt87 newSmartReplyState: InflatedSmartReplyState in <lambda>()
DNotificationTestHelper.java717 InflatedSmartReplyState newSmartReplyState) { in inflateSmartReplyViewHolder() argument