Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java142 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt72 @Mock private lateinit var smartReplyController: SmartReplyController variable in com.android.systemui.statusbar.notification.collection.coordinator.RemoteInputCoordinatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt346 private val smartReplyController: SmartReplyController, constant in com.android.systemui.statusbar.policy.SmartActionInflaterImpl
422 private val smartReplyController: SmartReplyController, in inflateReplyButton() constant in com.android.systemui.statusbar.policy.SmartReplyInflaterImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java210 SmartReplyController smartReplyController, in ExpandableNotificationRowController()
DNotificationContentView.java214 SmartReplyController smartReplyController, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java264 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt90 private val smartReplyController: SmartReplyController = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest