/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SmartReplyControllerTest.java | 67 private SmartReplyController mSmartReplyController; field in SmartReplyControllerTest 79 mSmartReplyController = new SmartReplyController( in setUp() 89 mSmartReplyController); in setUp() 117 mSmartReplyController.smartReplySent(mEntry, TEST_CHOICE_INDEX, TEST_CHOICE_TEXT, in testSendSmartReply_updatesRemoteInput() 127 mSmartReplyController.smartReplySent(mEntry, TEST_CHOICE_INDEX, TEST_CHOICE_TEXT, in testSendSmartReply_logsToStatusBar() 138 mSmartReplyController.smartReplySent(mEntry, TEST_CHOICE_INDEX, TEST_CHOICE_TEXT, in testSendSmartReply_logsToStatusBar_modifiedBeforeSending() 160 mSmartReplyController.smartReplySent(mEntry, TEST_CHOICE_INDEX, TEST_CHOICE_TEXT, in testSendSmartReply_reportsSending() 163 assertTrue(mSmartReplyController.isSendingSmartReply(mSbn.getKey())); in testSendSmartReply_reportsSending() 168 mSmartReplyController.smartReplySent(mEntry, TEST_CHOICE_INDEX, TEST_CHOICE_TEXT, in testSendingSmartReply_afterRemove_shouldReturnFalse() 170 mSmartReplyController.stopSending(mEntry); in testSendingSmartReply_afterRemove_shouldReturnFalse() [all …]
|
H A D | NotificationRemoteInputManagerTest.java | 64 @Mock private SmartReplyController mSmartReplyController; field in NotificationRemoteInputManagerTest 82 mSmartReplyController, in setUp() 129 when(mSmartReplyController.isSendingSmartReply(mEntry.getKey())).thenReturn(true); in testShouldExtendLifetime_smartReplySending()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RemoteInputCoordinator.kt | 69 private val mSmartReplyController: SmartReplyController 105 mSmartReplyController.stopSending(entry) 113 mSmartReplyController.stopSending(entry) 177 mSmartReplyController.setCallback(this::onSmartReplySent) 205 mSmartReplyController.stopSending(entry) 213 mSmartReplyController.stopSending(entry)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 111 private final SmartReplyController mSmartReplyController; field in ExpandableNotificationRowController 264 mSmartReplyController = smartReplyController; in ExpandableNotificationRowController() 298 mSmartReplyController, in init()
|
H A D | NotificationContentView.java | 113 private SmartReplyController mSmartReplyController; field in NotificationContentView 211 mSmartReplyController = smartReplyController; in initialize() 1521 mSmartReplyController.smartSuggestionsAdded(mNotificationEntry, numSmartReplies,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 92 private final SmartReplyController mSmartReplyController; field in NotificationRemoteInputManager 267 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager() 589 return mSmartReplyController.isSendingSmartReply(entry.getKey()); in shouldKeepForSmartReplyHistory()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyViewTest.java | 118 @Mock private SmartReplyController mSmartReplyController; field in SmartReplyViewTest 173 mSmartReplyController, in setUp() 178 mSmartReplyController, in setUp() 209 mSmartReplyController, in testSendSmartReply_keyguardCancelled() 233 mSmartReplyController, in testSendSmartReply_waitsForKeyguard() 256 verify(mSmartReplyController).smartReplySent(mEntry, 2, TEST_CHOICES[2], in testSendSmartReply_controllerCalled()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 310 @Inject Lazy<SmartReplyController> mSmartReplyController; field in Dependency 510 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
|