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.kt95 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
116 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
118 if (!shouldShowSmartReplyView(entry, newSmartReplyState)) { in inflateSmartReplyState()
128 !areSuggestionsSimilar(existingSmartReplyState, newSmartReplyState) in inflateSmartReplyState()
132 val smartReplies = newSmartReplyState.smartReplies in inflateSmartReplyState()
146 val smartActionButtons = newSmartReplyState.smartActions?.let { smartActions -> in inflateSmartReplyState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java100 InflatedSmartReplyState newSmartReplyState) {
DNotificationTestHelper.java517 InflatedSmartReplyState newSmartReplyState) { in inflateSmartReplyViewHolder() argument
DNotificationEntryManagerInflationTest.java226 InflatedSmartReplyState newSmartReplyState) { in setUp()