Searched refs:isSendingSmartReply (Results 1 – 4 of 4) sorted by relevance
149 assertTrue(mSmartReplyController.isSendingSmartReply(mSbn.getKey())); in testSendSmartReply_reportsSending()158 assertFalse(mSmartReplyController.isSendingSmartReply(mSbn.getKey())); in testSendingSmartReply_afterRemove_shouldReturnFalse()
124 when(mSmartReplyController.isSendingSmartReply(mEntry.key)).thenReturn(true); in testShouldExtendLifetime_smartReplySending()
94 public boolean isSendingSmartReply(String key) { in isSendingSmartReply() method in SmartReplyController
495 return mSmartReplyController.isSendingSmartReply(entry.key); in shouldKeepForSmartReplyHistory()