Home
last modified time | relevance | path

Searched refs:inflateSmartReplyState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt88 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState in inflateSmartReplyState() method
108 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/
DNotificationContentInflaterTest.java105 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
DNotificationTestHelper.java509 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() method in NotificationTestHelper.MockSmartReplyInflater
DNotificationEntryManagerInflationTest.java217 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java280 result.inflatedSmartReplyState = inflater.inflateSmartReplyState(entry); in inflateSmartReplyViews()