Home
last modified time | relevance | path

Searched refs:SmartReplyStateInflater (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DSmartRepliesInflationModule.kt22 import com.android.systemui.statusbar.policy.SmartReplyStateInflater
33 ): SmartReplyStateInflater
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java53 import com.android.systemui.statusbar.policy.SmartReplyStateInflater;
77 private final SmartReplyStateInflater mSmartReplyStateInflater;
86 SmartReplyStateInflater smartRepliesInflater) { in NotificationContentInflater()
153 SmartReplyStateInflater smartRepliesInflater) { in inflateNotificationViews()
272 SmartReplyStateInflater inflater) { in inflateSmartReplyViews()
730 private final SmartReplyStateInflater mSmartRepliesInflater;
746 SmartReplyStateInflater smartRepliesInflater) { in AsyncInflationTask()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java63 import com.android.systemui.statusbar.policy.SmartReplyStateInflater;
94 private final SmartReplyStateInflater mSmartReplyStateInflater =
95 new SmartReplyStateInflater() {
H A DNotificationEntryManagerInflationTest.java89 import com.android.systemui.statusbar.policy.SmartReplyStateInflater;
220 new SmartReplyStateInflater() { in setUp()
H A DNotificationTestHelper.java73 import com.android.systemui.statusbar.policy.SmartReplyStateInflater;
531 private static class MockSmartReplyInflater implements SmartReplyStateInflater {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt87 interface SmartReplyStateInflater { regex
106 ) : SmartReplyStateInflater {