Home
last modified time | relevance | path

Searched defs:mSmartReplyController (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java67 private SmartReplyController mSmartReplyController; field in SmartReplyControllerTest
H A DNotificationRemoteInputManagerTest.java64 @Mock private SmartReplyController mSmartReplyController; field in NotificationRemoteInputManagerTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java111 private final SmartReplyController mSmartReplyController; field in ExpandableNotificationRowController
H A DNotificationContentView.java113 private SmartReplyController mSmartReplyController; field in NotificationContentView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java92 private final SmartReplyController mSmartReplyController; field in NotificationRemoteInputManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java310 @Inject Lazy<SmartReplyController> mSmartReplyController; field in Dependency
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java118 @Mock private SmartReplyController mSmartReplyController; field in SmartReplyViewTest