Searched defs:smartReplyConstants (Results 1 – 3 of 3) sorted by relevance
85 SmartReplyConstants smartReplyConstants, in inflate()169 SmartReplyConstants smartReplyConstants, in chooseSmartRepliesAndActions()
88 Lazy<SmartReplyConstants> smartReplyConstants, in NotificationContentInflater()274 SmartReplyConstants smartReplyConstants, SmartReplyController smartReplyController, in inflateSmartReplyViews()728 SmartReplyConstants smartReplyConstants, in AsyncInflationTask()
106 final SmartReplyConstants smartReplyConstants = mock(SmartReplyConstants.class); in setUp() local