Searched refs:isSendingSmartReply (Results 1 – 4 of 4) sorted by relevance
129 assertTrue(controller.isSendingSmartReply(TEST_NOTIFICATION_KEY)); in testSendSmartReply_reportsSending()135 controller.isSendingSmartReply(TEST_NOTIFICATION_KEY); in testSendingSmartReply_afterRemove_shouldReturnFalse()138 assertFalse(controller.isSendingSmartReply(TEST_NOTIFICATION_KEY)); in testSendingSmartReply_afterRemove_shouldReturnFalse()
284 when(mSmartReplyController.isSendingSmartReply(mEntry.key)).thenReturn(true); in testRemoveNotification_blockedBySendingSmartReply()
60 public boolean isSendingSmartReply(String key) { in isSendingSmartReply() method in SmartReplyController
619 return entry != null && mSmartReplyController.isSendingSmartReply(entry.key); in shouldKeepForSmartReply()