Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt95 newSmartReplyState: InflatedSmartReplyState
116 newSmartReplyState: InflatedSmartReplyState
118 if (!shouldShowSmartReplyView(entry, newSmartReplyState)) {
128 !areSuggestionsSimilar(existingSmartReplyState, newSmartReplyState)
132 val smartReplies = newSmartReplyState.smartReplies
146 val smartActionButtons = newSmartReplyState.smartActions?.let { smartActions ->
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java100 InflatedSmartReplyState newSmartReplyState) {
H A DNotificationEntryManagerInflationTest.java231 InflatedSmartReplyState newSmartReplyState) { in setUp()
H A DNotificationTestHelper.java541 InflatedSmartReplyState newSmartReplyState) { in inflateSmartReplyViewHolder() argument