Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java142 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument
156 smartReplyController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt346 private val smartReplyController: SmartReplyController, constant in com.android.systemui.statusbar.policy.SmartActionInflaterImpl
397 smartReplyController in onSmartActionClick()
401 smartReplyController in <lambda>()
422 private val smartReplyController: SmartReplyController, in inflateReplyButton() constant in com.android.systemui.statusbar.policy.SmartReplyInflaterImpl
486 smartReplyController.smartReplySent( in inflateReplyButton()
/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
86 smartReplyController in setUp()
213 verify(smartReplyController, times(1)).stopSending(entry) in testSmartReplyLifetimeExtensionListenerTrigger()
/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
127 smartReplyController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java210 SmartReplyController smartReplyController, in ExpandableNotificationRowController() argument
265 mSmartReplyController = smartReplyController; in ExpandableNotificationRowController()
DNotificationContentView.java214 SmartReplyController smartReplyController, in initialize() argument
219 mSmartReplyController = smartReplyController; in initialize()
DExpandableNotificationRow.java1852 SmartReplyController smartReplyController,
1881 smartReplyController,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java264 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument
277 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()