Home
last modified time | relevance | path

Searched refs:shouldShowSmartReplyView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt54 fun shouldShowSmartReplyView( regex
118 if (!shouldShowSmartReplyView(entry, newSmartReplyState)) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1454 if (!SmartReplyStateInflaterKt.shouldShowSmartReplyView(entry, smartReplyState)) { in applySmartReplyView()