Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt102 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState in inflateSmartReplyState() method
122 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState = in inflateSmartReplyState() method in com.android.systemui.statusbar.policy.SmartReplyStateInflaterImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java709 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() method in NotificationTestHelper.MockSmartReplyInflater
DNotificationRowContentBinderImplTest.kt92 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState { in <lambda>() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImplTest