Home
last modified time | relevance | path

Searched refs:isSendingSmartReply (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java163 assertTrue(mSmartReplyController.isSendingSmartReply(mSbn.getKey())); in testSendSmartReply_reportsSending()
172 assertFalse(mSmartReplyController.isSendingSmartReply(mSbn.getKey())); in testSendingSmartReply_afterRemove_shouldReturnFalse()
H A DNotificationRemoteInputManagerTest.java129 when(mSmartReplyController.isSendingSmartReply(mEntry.getKey())).thenReturn(true); in testShouldExtendLifetime_smartReplySending()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java94 public boolean isSendingSmartReply(String key) { in isSendingSmartReply() method in SmartReplyController
H A DNotificationRemoteInputManager.java589 return mSmartReplyController.isSendingSmartReply(entry.getKey()); in shouldKeepForSmartReplyHistory()