Home
last modified time | relevance | path

Searched defs:inflateSmartReplyState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt102 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java653 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() method in NotificationTestHelper.MockSmartReplyInflater