Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java140 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt63 @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/dagger/
DCentralSurfacesDependenciesModule.java109 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java208 SmartReplyController smartReplyController, in ExpandableNotificationRowController()
DNotificationContentView.java206 SmartReplyController smartReplyController, in initialize()
/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/
DNotificationRemoteInputManager.java255 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt89 private val smartReplyController: SmartReplyController = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest