Home
last modified time | relevance | path

Searched defs:smartReplyConstants (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java85 SmartReplyConstants smartReplyConstants, in inflate()
169 SmartReplyConstants smartReplyConstants, in chooseSmartRepliesAndActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java88 Lazy<SmartReplyConstants> smartReplyConstants, in NotificationContentInflater()
274 SmartReplyConstants smartReplyConstants, SmartReplyController smartReplyController, in inflateSmartReplyViews()
728 SmartReplyConstants smartReplyConstants, in AsyncInflationTask()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java106 final SmartReplyConstants smartReplyConstants = mock(SmartReplyConstants.class); in setUp() local