/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 142 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument 156 smartReplyController, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyStateInflater.kt | 346 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/ |
D | RemoteInputCoordinatorTest.kt | 72 @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/ |
D | ExpandableNotificationRowControllerTest.kt | 90 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/ |
D | ExpandableNotificationRowController.java | 210 SmartReplyController smartReplyController, in ExpandableNotificationRowController() argument 265 mSmartReplyController = smartReplyController; in ExpandableNotificationRowController()
|
D | NotificationContentView.java | 214 SmartReplyController smartReplyController, in initialize() argument 219 mSmartReplyController = smartReplyController; in initialize()
|
D | ExpandableNotificationRow.java | 1852 SmartReplyController smartReplyController, 1881 smartReplyController,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 264 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument 277 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()
|