Searched refs:smartReplyConstants (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 85 SmartReplyConstants smartReplyConstants, in inflate() argument 90 chooseSmartRepliesAndActions(smartReplyConstants, entry); in inflate() 169 SmartReplyConstants smartReplyConstants, in chooseSmartRepliesAndActions() argument 177 if (!smartReplyConstants.isEnabled()) { in chooseSmartRepliesAndActions() 187 boolean enableAppGeneratedSmartReplies = (!smartReplyConstants.requiresTargetingP() in chooseSmartRepliesAndActions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 316 SmartReplyConstants smartReplyConstants = Dependency.get(SmartReplyConstants.class); in inflateSmartReplyViews() local 321 context, packageContext, entry, smartReplyConstants, in inflateSmartReplyViews() 327 context, packageContext, entry, smartReplyConstants, in inflateSmartReplyViews()
|