Home
last modified time | relevance | path

Searched refs:mSmartReplyConstants (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java70 @Mock private SmartReplyConstants mSmartReplyConstants; field in InflatedSmartRepliesTest
98 when(mSmartReplyConstants.isEnabled()).thenReturn(true); in setUp()
104 mSmartReplyConstants, in setUp()
118 when(mSmartReplyConstants.isEnabled()).thenReturn(false); in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions()
136 when(mSmartReplyConstants.isEnabled()).thenReturn(false); in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
596 when(mSmartReplyConstants.requiresTargetingP()).thenReturn(false); in setupAppGeneratedReplies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java110 private final SmartReplyConstants mSmartReplyConstants; field in ExpandableNotificationRowController
264 mSmartReplyConstants = smartReplyConstants; in ExpandableNotificationRowController()
298 mSmartReplyConstants, in init()
DNotificationContentView.java115 private SmartReplyConstants mSmartReplyConstants; field in NotificationContentView
218 mSmartReplyConstants = smartReplyConstants; in initialize()
1626 && mSmartReplyConstants.getEffectiveEditChoicesBeforeSending(
1636 if (mSmartReplyConstants.getShowInHeadsUp()) {