Home
last modified time | relevance | path

Searched refs:getEffectiveEditChoicesBeforeSending (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java119 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithNoConfig()
122 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithNoConfig()
125 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithNoConfig()
133 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithEnabledConfig()
136 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithEnabledConfig()
139 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithEnabledConfig()
147 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithDisabledConfig()
150 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithDisabledConfig()
153 mConstants.getEffectiveEditChoicesBeforeSending( in testGetEffectiveEditChoicesBeforeSendingWithDisabledConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java201 public boolean getEffectiveEditChoicesBeforeSending( in getEffectiveEditChoicesBeforeSending() method in SmartReplyConstants
DSmartReplyStateInflater.kt417 val canEditBeforeSend = constants.getEffectiveEditChoicesBeforeSending( in inflateReplyButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1396 && mSmartReplyConstants.getEffectiveEditChoicesBeforeSending( in applySmartReplyView()